Whitespace

pull/2/head
Bodaniel Jeanes 2011-02-18 11:47:28 +10:00
parent aedf0893ed
commit 301b369edb
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ zstyle ':completion:*' menu select
# # use dircolours in completion listings # # use dircolours in completion listings
# zstyle ':completion:*' list-colors ${(s.:.)LSCOLORS} # zstyle ':completion:*' list-colors ${(s.:.)LSCOLORS}
# #
# # allow approximate matching # # allow approximate matching
# zstyle ':completion:*' completer _complete _match _approximate # zstyle ':completion:*' completer _complete _match _approximate
# zstyle ':completion:*:match:*' original only # zstyle ':completion:*:match:*' original only

View File

@ -9,15 +9,15 @@ bindkey "\e\e[D" vi-backward-word
# cd -1 >/dev/null # cd -1 >/dev/null
# echo # echo
# } # }
# #
# function fwd-dir { # function fwd-dir {
# cd +1 >/dev/null # cd +1 >/dev/null
# echo # echo
# } # }
# #
# zle -N back-dir back-dir # zle -N back-dir back-dir
# zle -N fwd-dir fwd-dir # zle -N fwd-dir fwd-dir
# #
# bindkey "\e\e[A" back-dir # bindkey "\e\e[A" back-dir
# bindkey "\e\e[B" fwd-dir # bindkey "\e\e[B" fwd-dir