-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] Esc in environment editor with Vim mode not working #208
Comments
Hmm... this may be a tricky one to fix. The Vim mode is provided directly by Codemirror. All this probably needs is an |
Closing as stale. |
Please address this. All you need to do is disable ESC closing the environment modal (which already has two buttons for closing). Edit: As a work-around |
@kitsu if you want to submit a PR for this I'd be happy to take a look. |
Overview
Insomnia Version:
v5.0.20Operating System:
MacOS 10.12.4 (16E195)Summary:
When editing an environment using vim key map you cannot use esc to exit insert mode. Esc instead causes the settings modal to close.How To Reproduce
Text Editor Key Map
toVim
Manage environments
i
to enter insert mode.esc
The text was updated successfully, but these errors were encountered: