Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
dca4651c
Commit
dca4651c
authored
Nov 30, 2009
by
Toon Claes
Browse files
Completion from history
parent
328e67eb
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
dca4651c
...
@@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment