Replies: 1 comment
-
|
FYI, there is something bound to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set up a familiar
evil-modeenvironment for myself in lem, and attemptedTo my surprise, pressing that key combination pops up a stack trace instead. After some spelunking, I discovered that
c-]is hard coded (in sdl2 at least) to callsend-abort-event.See
lem/frontends/sdl2/keyboard.lisp
Lines 124 to 127 in 0de0da6
Is there a reason for this particular key choice?
How does this abort functionality differ from the emacs
c-guniversal abort behaviour?Should it be bound to
c-ginstead?Beta Was this translation helpful? Give feedback.
All reactions