mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] fix close buffer with <Del>
This commit is contained in:
parent
d0c5031842
commit
b70d8de16b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ endif
|
|||
|
||||
" closing buffers {{{
|
||||
nnoremap <silent> <BS> <Cmd>call <SID>CloseBuffer('Bdelete')<CR>
|
||||
nnoremap <silent> <Del> <Cmd>quit <bar> call <SID>CloseBuffer('Bdelete')<CR>
|
||||
nnoremap <silent> <Del> <Cmd>call <SID>CloseBuffer('Bdelete')<CR> <bar> quit
|
||||
" }}}
|
||||
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue