nvim Add key binding for most-recent buffer
This commit is contained in:
parent
0cbc4ab090
commit
1d9b21bc0c
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ set hidden
|
||||||
" Custom shortcuts
|
" Custom shortcuts
|
||||||
map gb :bn<cr>
|
map gb :bn<cr>
|
||||||
map gB :bp<cr>
|
map gB :bp<cr>
|
||||||
|
map g# :b#<cr>
|
||||||
|
|
||||||
" Close the completion preview window (docstring) automatically
|
" Close the completion preview window (docstring) automatically
|
||||||
autocmd CompleteDone * pclose
|
autocmd CompleteDone * pclose
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue