diff options
author | Alan Pearce | 2015-03-27 14:09:49 +0000 |
---|---|---|
committer | Alan Pearce | 2015-03-27 14:09:49 +0000 |
commit | 03f8973d2c839dad617868338fe918ffc3f34ecb (patch) | |
tree | cbda65c19ce9adfe2e6e3f91f95d58fce078a564 | |
parent | d9e52eb75846f61694de8a32ecd179c1fbe23606 (diff) | |
download | dotfiles-03f8973d2c839dad617868338fe918ffc3f34ecb.tar.lz dotfiles-03f8973d2c839dad617868338fe918ffc3f34ecb.tar.zst dotfiles-03f8973d2c839dad617868338fe918ffc3f34ecb.zip |
Zsh: Fix arrows in Xfce Terminal
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 4e5f1e3..fbb2cce 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -177,10 +177,6 @@ unsetopt beep ############ # Keybinds # ############ -#KiTTY -bindkey "OD" backward-word -bindkey "OC" forward-word - #General bindkey "[1~" beginning-of-line bindkey "[4~" end-of-line |