Add shortcut to close buffer whilst keeping split (Bd)

This commit is contained in:
Edward Litherland-Smith 2021-01-07 09:13:12 +00:00
parent 5f326d48bd
commit 142223cf0e

1
vimrc
View file

@ -29,6 +29,7 @@ noremap <C-L> <C-W><C-L>
noremap <C-H> <C-W><C-H> noremap <C-H> <C-W><C-H>
imap jk <Esc> imap jk <Esc>
command Bd b# | bd #
set splitbelow set splitbelow
set splitright set splitright