From 9d5d65066c2f820ea180134b42aed04983dea463 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Wed, 10 Mar 2021 14:24:08 +0000 Subject: [PATCH] b to list buffers and prompt for buffer name to switch to --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 7fe0e7b8..6cb371e8 100644 --- a/vimrc +++ b/vimrc @@ -63,6 +63,7 @@ filetype plugin indent on imap jk command Bd b# | bd # command! BufOnly silent! execute "%bd|e#|bd#" +nnoremap b :buffers:buffer set splitbelow set splitright