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

C-[ in GUI mode does not work IN lisp-mode #549

Open
haze opened this issue Feb 4, 2024 · 0 comments
Open

C-[ in GUI mode does not work IN lisp-mode #549

haze opened this issue Feb 4, 2024 · 0 comments

Comments

@haze
Copy link

haze commented Feb 4, 2024

In any other major mode, C-[ defined by

(meow-define-keys
  'insert
  '("ESC" . meow-insert-exit)
  '("<escape>" . meow-insert-exit))

will escape insert mode and bring me back to normal mode.

In lisp-mode, this functionality does not work.

Am I missing something here that is special about lisp-mode?

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

1 participant