mirror of https://github.com/bjeanes/dotfiles.git
Whitespace
parent
aedf0893ed
commit
301b369edb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue