You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
chanshing
changed the title
binding Alt-s and make it work in helm
binding Alt-s and make it work everywhere
Mar 4, 2018
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 :-)
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 likeCtrl-x
/SPC
. Is there a way to make it work? Thanks.The text was updated successfully, but these errors were encountered: