Remove commented out code

pull/2/head
Bodaniel Jeanes 2012-01-04 19:46:23 -06:00
parent 6a02740fc7
commit 9827b76c4c
1 changed files with 0 additions and 17 deletions

View File

@ -9,23 +9,6 @@ fpath=($SHELL_FILES/completions $fpath)
bindkey "\e\e[C" vi-forward-word bindkey "\e\e[C" vi-forward-word
bindkey "\e\e[D" vi-backward-word bindkey "\e\e[D" vi-backward-word
# # forward/back directories with Option+Up/Down
# function back-dir {
# cd -1 >/dev/null
# echo
# }
#
# function fwd-dir {
# cd +1 >/dev/null
# echo
# }
#
# zle -N back-dir back-dir
# zle -N fwd-dir fwd-dir
#
# bindkey "\e\e[A" back-dir
# bindkey "\e\e[B" fwd-dir
# http://www.scannedinavian.com/~shae/shae.zshrc # http://www.scannedinavian.com/~shae/shae.zshrc
# These are options I've copied but yet to totally investigate if it's what I want # These are options I've copied but yet to totally investigate if it's what I want
setopt alwaystoend # when complete from middle, move cursor setopt alwaystoend # when complete from middle, move cursor