<leader>b to list buffers and prompt for buffer name to switch to

This commit is contained in:
Edward Litherland-Smith 2021-03-10 14:24:08 +00:00
parent 83f7ff47de
commit 9d5d65066c

1
vimrc
View file

@ -63,6 +63,7 @@ filetype plugin indent on
imap jk <Esc>
command Bd b# | bd #
command! BufOnly silent! execute "%bd|e#|bd#"
nnoremap <Leader>b :buffers<CR>:buffer<Space>
set splitbelow
set splitright