Use Shift+Ctrl+D to close a buffer without deleting the window

This commit is contained in:
2021-04-11 16:38:29 +02:00
parent 025c4b22ab
commit 354fbf6530

View File

@@ -18,3 +18,6 @@ map! <C-v> <C-o>"+p
" Open the terminal in a separate window " Open the terminal in a separate window
noremap <A-t> :belowright split +resize12 term://zsh<CR> noremap <A-t> :belowright split +resize12 term://zsh<CR>
" Delete the current buffer without closing the window in normal mode
noremap <C-S-d> :bnext <CR> :bd#<CR>