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

binding Alt-s and make it work everywhere #80

Open
chanshing opened this issue Mar 4, 2018 · 1 comment
Open

binding Alt-s and make it work everywhere #80

chanshing opened this issue Mar 4, 2018 · 1 comment

Comments

@chanshing
Copy link

chanshing commented Mar 4, 2018

I have troubles making Alt-s work everywhere. I am using spacemacs. The configuration I used is (global-set-key (kbd "M-s") 'evil-escape). It works fine when editing text, for example to exit insert mode, but it doesn't work to cancel things like Ctrl-x/SPC. Is there a way to make it work? Thanks.

@chanshing chanshing changed the title binding Alt-s and make it work in helm binding Alt-s and make it work everywhere Mar 4, 2018
@syl20bnr
Copy link
Owner

As evil-escape is working under the hood I don't think it is possible. It required to know we are in the middle of a key sequence command. If anyone has ideas to resolve this PR is very welcome :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants