mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 23:08:00 +00:00
Completion from history
This commit is contained in:
parent
10491ecf13
commit
0c3b9a6f88
@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Complete on history
|
# Complete on history
|
||||||
# zstyle ':completion:*:history-words' stop yes
|
zstyle ':completion:*:history-words' stop yes
|
||||||
# zstyle ':completion:*:history-words' remove-all-dups yes
|
zstyle ':completion:*:history-words' remove-all-dups yes
|
||||||
# zstyle ':completion:*:history-words' list false
|
zstyle ':completion:*:history-words' list false
|
||||||
# zstyle ':completion:*:history-words' menu yes
|
zstyle ':completion:*:history-words' menu yes
|
||||||
|
Loading…
Reference in New Issue
Block a user