nvim: Reintroduce key binding for buffer switching using :b
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
26457a128e
commit
559013e491
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue