From 354fbf6530ba73424164a7b6390e3133fa40ba24 Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 11 Apr 2021 16:38:29 +0200 Subject: [PATCH] Use Shift+Ctrl+D to close a buffer without deleting the window --- keymap.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keymap.vim b/keymap.vim index ef47115..6d69fc5 100644 --- a/keymap.vim +++ b/keymap.vim @@ -18,3 +18,6 @@ map! "+p " Open the terminal in a separate window noremap :belowright split +resize12 term://zsh + +" Delete the current buffer without closing the window in normal mode +noremap :bnext :bd#