Is there a way to forward-delete in insert-mode in vim? I'm using a MacVim. I tried "Control-D", but it obviously doesn't work. I'm searching the official documentation, but cannot find. Any help would be appreciated.
|
feedback
|
|
Its the fn key and backspace (<X)) or alt and backspace (<X)). | |||
|
feedback
|
|
There's no built-in way, however you can create a key map like this:
| |||||||||||||
feedback
|
|
The beauty of Vim is its portability! Keep it agnostic.
edit: KISS even better!
| ||||
|
feedback
|