0

How to disable Ctrl+h to send Backspace key in xfce4 terminal ?

This say it's same key according to OS, but how i can change it, so I in Vim insert mode can move to the left

(with remapping inoremap <C-h> <Left> (it is currently, deleting chars when i go to the left, when i just want to move to left in insert mode, but can't without exiting insert mode (only in normal mode))

  • The link you provided does _not_ say that Ctrl+H is the same as Backspace (as this is usually not true). The link says Ctrl+H is the same as Ctrl+Backspace (which is usually true). Ctrl+H and Backspace are typically different, the former emitting byte 8, the latter typically emitting the byte 127. You should have no problem configuring them in vim. – egmont Apr 02 '23 at 12:17

0 Answers0