summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2015-03-30 10:07:15 +0100
committerAlan Pearce2015-03-30 10:07:15 +0100
commit92142a8757c9f9d58716436dda38a0b0fe762a33 (patch)
treedb4c2fca3c1946cf43d6a468d9861c2345bd5a17 /tag-zsh
parent2bda6f9985d68b5e5b988e0d717812c15aff1a2d (diff)
parent477ee903f470f7538e4ab3ffbff73ed31c24a1b5 (diff)
downloadnixfiles-92142a8757c9f9d58716436dda38a0b0fe762a33.tar.lz
nixfiles-92142a8757c9f9d58716436dda38a0b0fe762a33.tar.zst
nixfiles-92142a8757c9f9d58716436dda38a0b0fe762a33.zip
Merge branch 'master' of git://github.com/alanpearce/dotfiles
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 4e5f1e37..3e4c7e8f 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
@@ -376,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