Map C-BS to delete previous word
This commit is contained in:
parent
d9fd1bf53e
commit
9596726105
1 changed files with 1 additions and 0 deletions
1
vimrc
1
vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue