- 0 Talk
-
Map Ctrl-Backspace to delete previous word
Redirected from VimTip189
Tip 189 Printable Monobook Previous Next
created January 2, 2002 · complexity basic · author Robert Ames · version 5.7
Put this in your vimrc and then you'll be able to type Control-Backspace to delete the previous word.
" map control-backspace to delete the previous word :imap <C-BS> <C-W>