Hello, I want to bind Ctrl-Backspace in insert mode to deleting the word before it just like Wordpad or Visual Studio (it actually gobbles up whitespace and deletes the word before the whitespace and places cursor at location where the first letter of the deleted word was).
I tried something like: :map! <C-BS> <Esc>dbi Except this doesn't work properly. :( Anyone has ideas on how to map it to *exactly* the behavior in Windows' Visual Studio or Crimson Editor or Wordpad? It would help me migrate from Visual Studio's editor to Vim. :D Thanks, -- View this message in context: http://www.nabble.com/Map-Ctrl-Backspace-to-delete-one-word-before-cursor-tf3461130.html#a9656873 Sent from the Vim - General mailing list archive at Nabble.com.