Added <C-x> for :bd shortcut

This commit is contained in:
Ian Keane 2020-06-25 15:39:35 -04:00
parent cb95e46ef0
commit b84948864a

View file

@ -214,6 +214,7 @@
nnoremap <C-l> <C-w>l
nnoremap <C-c> :close <cr>
nnoremap <C-n> :bn <cr>
nnoremap <C-x> :bd <cr>
" Map resize pane
" TODO: remap pane resize to something else (leader?)
map + :vertical resize +5<CR>