Skip to content
TopicTracker
From utcc.utoronto.ca/~cksView original
TranslationTranslation

Vim and 'forward delete' (in modern terminal programs)

A user experienced unexpected forward delete behavior in Vim when using Gnome-terminal, where the Delete key deleted characters to the right instead of backward. The issue stemmed from Gnome-terminal being configured to generate ASCII DEL for both BackSpace and Delete keys. The fix involved changing Gnome-terminal's Delete key setting to generate escape codes instead of ASCII DEL.