-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Ctrl + Left/Right to jump between words instead of vi/normal mode? #35
Comments
The prompt is not intended to affect keybindings. Can you share your |
Sure, here my zshrc run on urxvt
|
I suspect the real culprit is in your Do you really use Vim editing mode ( |
You are right, I should not have expected Alt + B/F to move between words in vim mode. So my concern now is Ctrl + Left/Right not working.
zsh_plugins.sh:
|
@mitomeo Can you try removing autosuggestions? That one is sometimes extra funky. |
Before applying the theme, I could use Ctrl Left/Right or Alt B/F to jump between words. How can I achieve the same now? Thx
The text was updated successfully, but these errors were encountered: