diff --git a/other.txt b/other.txt index a4cfcdc..4975ac5 100644 --- a/other.txt +++ b/other.txt @@ -1 +1,9 @@ For konsole in keyboard settings set: ctrl+h to \E[104;5u + +To fix ctrl+h for all other terminals do this: +` +infocmp $TERM | sed 's/kbs=^[hH]/kbs=\\177/' > $TERM.ti +tic $TERM.ti +` + +