Map C-BS to delete previous word

This commit is contained in:
Anthony Rose 2019-11-03 16:22:04 +00:00
parent d9fd1bf53e
commit 9596726105

1
vimrc
View file

@ -27,6 +27,7 @@ inoremap <left> <nop>
inoremap <down> <nop>
inoremap <up> <nop>
inoremap <right> <nop>
inoremap <C-BS> <C-W>
nnoremap <left> <nop>
nnoremap <down> <nop>
nnoremap <up> <nop>