From 301b369edbe9c48fa243807adeee0a12ce582361 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Fri, 18 Feb 2011 11:47:28 +1000 Subject: [PATCH] Whitespace --- zsh/completions.zsh | 2 +- zsh/config.zsh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/zsh/completions.zsh b/zsh/completions.zsh index 790a269..6c2e179 100644 --- a/zsh/completions.zsh +++ b/zsh/completions.zsh @@ -33,7 +33,7 @@ zstyle ':completion:*' menu select # # use dircolours in completion listings # zstyle ':completion:*' list-colors ${(s.:.)LSCOLORS} -# +# # # allow approximate matching # zstyle ':completion:*' completer _complete _match _approximate # zstyle ':completion:*:match:*' original only diff --git a/zsh/config.zsh b/zsh/config.zsh index 8716a34..549030e 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -9,15 +9,15 @@ bindkey "\e\e[D" vi-backward-word # 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