-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support expansion when in Vi mode #29
Comments
Tell me more about the behavior you'd expect? (Expansion of course, but should it still be space-triggered?) If we can figure out a good default I'd be happy to include it. I don't use Vi(m) and don't have an intuition for how it should work. Adding this to your zshrc might good place to start if you want to experiment. [edit in case anyone happens on this comment in the future: this was incorrect, the following declarations are not the fix] bindkey -M vicmd " " _abbr_widget_expand_and_space
bindkey -M vicmd "^M" _abbr_widget_expand_and_accept
bindkey -M vicmd "^ " magic-space |
It should behave normally in insert mode. |
The quickest way to test whether or not that's the problem for you is to run If that enables abbreviation expansion in the current terminal, the final fix will depend on how you have things set up. If your |
That note 👆 is now in the readme. Closing due to lack of activity |
No description provided.
The text was updated successfully, but these errors were encountered: