How can I remap alt+backspace
to delete words like native *NIX text manipulation? I checked out this thread: Using alt+backspace key in vim command line to delete by words
And the examples like: cmap <a-bs> <c-w>
and :imap <A-BS> <C-W>
don't do anything. And the accepted answer was actually to not even remap it, but to use ctrl+w
. Since VIM's alt+backspace
doesn't do anything I'd rather remap it to something I'm used to.
I'm using terminal based VIM (specifically in iTerm)