map ,d to buffer delete in vim
This commit is contained in:
parent
105a64fef8
commit
b49f66533a
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ nmap <leader>t :wa <bar> :Make test<CR>
|
||||||
" navigate buffers by ctrl-b
|
" navigate buffers by ctrl-b
|
||||||
nmap <C-b> :bprevious<CR>
|
nmap <C-b> :bprevious<CR>
|
||||||
nmap <C-B> :bnext<CR>
|
nmap <C-B> :bnext<CR>
|
||||||
|
nmap <leader>d :bd<CR>
|
||||||
|
|
||||||
nnoremap ; :
|
nnoremap ; :
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue