Vimacs and C-d for delete

Frankie Liu
Eins Zwei
Published in
1 min readDec 28, 2019

There is a inoremap <C-d> <Del>. This doesn’t work in all terminals.

One fix to this problem is to add :fixdel (fixdel) in your .vimrc file.

This option might not work for all terminals, in this case read up :help fixdel

--

--