Skip to content

Commit 819853d

Browse files
committed
Tweaks some vim mappings
1 parent 48dab7f commit 819853d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vim/vimrc_plugins

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ command Nojs :let NERDTreeIgnore=[".js$"]
4444
" map <Leader>C :CtrlPChangeAll<CR>
4545

4646
" FZF Plugin
47-
nmap <Leader>e :GFiles<CR>
48-
nmap <Leader>E :Files<CR>
47+
nmap <Leader>e :Files<CR>
48+
nmap <Leader>E :GFiles<CR>
4949
nmap <Leader>ff :Files %:h<CR>
5050
nmap <Leader>fb :Buffers<CR>
5151
nmap <Leader>fw :Windows<CR>
@@ -78,7 +78,7 @@ let g:loaded_AlignMapsPlugin = 1
7878
" Git interaction
7979
nmap <Leader>ts :!tig status<CR><CR>
8080
nmap <Leader>tl :!tig -- %<CR><CR>
81-
nmap gb :Gblame<CR>
81+
nmap gb :Git blame<CR>
8282
nmap gh :Gbrowse<CR>
8383
vmap gh :Gbrowse<CR>
8484

0 commit comments

Comments
 (0)