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

Esc in sublime find mode goes into vintage command mode but closing find panel expected #203

Open
a-x- opened this issue Aug 6, 2016 · 2 comments

Comments

@a-x-
Copy link

a-x- commented Aug 6, 2016

It's the most annoyed breaking vintage using issue for me

I am afraid it is not real, but I just must ask:
can you reorder escape handlers?

Maybe, we can show the importance of the issue for ST maintainer?

@marcospb19
Copy link

marcospb19 commented Apr 4, 2019

This happens with almost everything, when you use multiple cursors on insert mode and press Esc, it falls to normal mode instead of closing the multiple cursors.

Also After building a file, I believe Esc should close the console panel before performing these other actions.

@sheelfshah
Copy link

sheelfshah commented Oct 6, 2023

i think i've fixed it;

go to view package file and copy vintages current escape key binding and paste it into your user key bindings, changing the command to "xyz" so that no command is executed.

below this, in your user key bindings, copy all escape key bindings from sublime's default key bindings

finally, add this new escape key binding below all of the above
image

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

No branches or pull requests

3 participants