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
Ohmyzsh
Commits
cf347ef3
Commit
cf347ef3
authored
Aug 04, 2020
by
Marc Cornellà
Browse files
lib: bind to all keymaps when COMPLETION_WAITING_DOTS is set
Fixes #9050
parent
e04564d5
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/completion.zsh
View file @
cf347ef3
...
...
@@ -65,7 +65,10 @@ if [[ $COMPLETION_WAITING_DOTS = true ]]; then
zle redisplay
}
zle
-N
expand-or-complete-with-dots
bindkey
"^I"
expand-or-complete-with-dots
# Set the function as the default tab completion widget
bindkey
-M
emacs
"^I"
expand-or-complete-with-dots
bindkey
-M
viins
"^I"
expand-or-complete-with-dots
bindkey
-M
vicmd
"^I"
expand-or-complete-with-dots
fi
# automatically load bash completion functions
...
...
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