syl20bnr/evil-escape

binding `Alt-s` and make it work everywhere

Open

#80 opened on Mar 4, 2018

 (1 comment) (0 reactions) (0 assignees)Emacs Lisp (43 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (236 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide