From 03f8973d2c839dad617868338fe918ffc3f34ecb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 27 Mar 2015 14:09:49 +0000 Subject: Zsh: Fix arrows in Xfce Terminal --- tag-zsh/config/zsh/zshrc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 4e5f1e37..fbb2cce4 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 -- cgit 1.4.1 From 477ee903f470f7538e4ab3ffbff73ed31c24a1b5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 28 Mar 2015 10:00:08 +0000 Subject: Zsh: Remove fasd autoload --- tag-zsh/config/zsh/zshrc | 1 - 1 file changed, 1 deletion(-) (limited to 'tag-zsh') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index fbb2cce4..3e4c7e8f 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/tag-zsh/config/zsh/zshrc @@ -372,7 +372,6 @@ else fi _FASD_DATA="$HOME/.cache/zsh/fasd-data" -autoload -U fasd if [[ -e ~/.config/zsh/fasd.zsh ]] then source ~/.config/zsh/fasd.zsh -- cgit 1.4.1