Add keybind to close other buffers

This commit is contained in:
Alex Yatskov 2021-08-22 11:39:51 -07:00
parent 3c24ba7ef0
commit da27334ef0

View File

@ -23,7 +23,7 @@ nnoremap <leader>yy "+yy
nnoremap <leader>d "+dd nnoremap <leader>d "+dd
nnoremap <silent><bs> :bd<cr> nnoremap <silent><bs> :bd<cr>
nnoremap <silent><s-bs> :bd!<cr> nnoremap <silent><s-bs> :%bd <bar> e# <bar> bd#<cr>
nnoremap <a-k> <c-w>- nnoremap <a-k> <c-w>-
nnoremap <a-j> <c-w>+ nnoremap <a-j> <c-w>+