Added <C-x> for :bd shortcut
This commit is contained in:
parent
cb95e46ef0
commit
b84948864a
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@
|
||||||
nnoremap <C-l> <C-w>l
|
nnoremap <C-l> <C-w>l
|
||||||
nnoremap <C-c> :close <cr>
|
nnoremap <C-c> :close <cr>
|
||||||
nnoremap <C-n> :bn <cr>
|
nnoremap <C-n> :bn <cr>
|
||||||
|
nnoremap <C-x> :bd <cr>
|
||||||
" Map resize pane
|
" Map resize pane
|
||||||
" TODO: remap pane resize to something else (leader?)
|
" TODO: remap pane resize to something else (leader?)
|
||||||
map + :vertical resize +5<CR>
|
map + :vertical resize +5<CR>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue