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))