map ,d to buffer delete in vim

This commit is contained in:
Cyryl Płotnicki 2020-08-16 12:57:07 +01:00
parent 105a64fef8
commit b49f66533a

View file

@ -8,6 +8,7 @@ nmap <leader>t :wa <bar> :Make test<CR>
" navigate buffers by ctrl-b
nmap <C-b> :bprevious<CR>
nmap <C-B> :bnext<CR>
nmap <leader>d :bd<CR>
nnoremap ; :