Use Shift+Ctrl+D to close a buffer without deleting the window
This commit is contained in:
@@ -18,3 +18,6 @@ map! <C-v> <C-o>"+p
|
||||
|
||||
" Open the terminal in a separate window
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user