Skip to content
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

Fix vi mode escape delay #13861

Merged
merged 2 commits into from Jan 3, 2023
Merged

Fix vi mode escape delay #13861

merged 2 commits into from Jan 3, 2023

Conversation

jtherrmann
Copy link
Contributor

Resolves #13443

This is an implementation of @minjae's workaround described in #13443 (comment)

This should fix the vi mode escape delay as long as the user has c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False in their ipython config.

@Carreau Carreau merged commit e35bdfb into ipython:main Jan 3, 2023
@Carreau Carreau added this to the 8.8 milestone Jan 3, 2023
@jtherrmann jtherrmann deleted the fix-vi-mode-escape-delay branch January 4, 2023 00:00
idvorkin added a commit to idvorkin/Settings that referenced this pull request Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPython 8 regression: escaping insert mode in vi editing mode takes too long.
2 participants