How to create a new mode on top of the normal mode with explicit termination? #484
MagiFeeney
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Suppose I want to create a new layer of functionality invoked by a char "c" in the normal mode at which each of the letter can be re-binded to perform any Lisp function. It will be terminated as long as it receives a terminating key i.e. "g", then go back to the normal mode. How can it be implemented, do you have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions