Browse Source

Completion from history

master
Toon Claes 15 years ago
parent
commit
0c3b9a6f88
  1. 8
      lib/completion.zsh

8
lib/completion.zsh

@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then @@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
fi
# Complete on history
# zstyle ':completion:*:history-words' stop yes
# zstyle ':completion:*:history-words' remove-all-dups yes
# zstyle ':completion:*:history-words' list false
# zstyle ':completion:*:history-words' menu yes
zstyle ':completion:*:history-words' stop yes
zstyle ':completion:*:history-words' remove-all-dups yes
zstyle ':completion:*:history-words' list false
zstyle ':completion:*:history-words' menu yes

Loading…
Cancel
Save