Backspace handling changed.
As it is problematic to get the correct char for backspace and C-Backspace based on $TERM, especially when mosh, tmux and urxvt are combined, the config now assumes Backspace as ^? and C-Bksp as ^H. If a terminal has these swapped (e.g. xterm), change it according to your needs.
This commit is contained in:
parent
7b37c88ea5
commit
40c44cf088
2 changed files with 5 additions and 12 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
aliases/local
|
||||
aliases/private_functions
|
||||
*.zwc
|
||||
.zcompdump
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue