We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dab7f commit 819853dCopy full SHA for 819853d
vim/vimrc_plugins
@@ -44,8 +44,8 @@ command Nojs :let NERDTreeIgnore=[".js$"]
44
" map <Leader>C :CtrlPChangeAll<CR>
45
46
" FZF Plugin
47
-nmap <Leader>e :GFiles<CR>
48
-nmap <Leader>E :Files<CR>
+nmap <Leader>e :Files<CR>
+nmap <Leader>E :GFiles<CR>
49
nmap <Leader>ff :Files %:h<CR>
50
nmap <Leader>fb :Buffers<CR>
51
nmap <Leader>fw :Windows<CR>
@@ -78,7 +78,7 @@ let g:loaded_AlignMapsPlugin = 1
78
" Git interaction
79
nmap <Leader>ts :!tig status<CR><CR>
80
nmap <Leader>tl :!tig -- %<CR><CR>
81
-nmap gb :Gblame<CR>
+nmap gb :Git blame<CR>
82
nmap gh :Gbrowse<CR>
83
vmap gh :Gbrowse<CR>
84
0 commit comments