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