Skip to content

Commit

Permalink
Magic command for fixing ctrl+h in terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
miniukof committed Jun 9, 2016
1 parent 4cbd329 commit d89e173
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 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
`


0 comments on commit d89e173

Please sign in to comment.