nvim: Reintroduce key binding for buffer switching using :b

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-04-04 09:25:49 +05:30
parent 26457a128e
commit 559013e491

View file

@ -210,6 +210,8 @@ cnoremap <Esc> <Nop>
" Use Q to execute default register.
nnoremap Q <Nop>
" Bind vanilla buffer switching
nnoremap <Leader>b :b<SPACE>
" For Fuzzy
nnoremap <Leader>ff :GFiles<CR>
nnoremap <Leader>f? :GFiles?<CR>