1
0
Fork 0

nvim Add key binding for most-recent buffer

This commit is contained in:
Olli 2025-09-20 11:58:37 +02:00
commit 1d9b21bc0c

View file

@ -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