-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
feature: the undefine-key
function to delete an existing key in a keymap.
#1611
Comments
undefine-key is not yet implemented. |
It seems like the lem/extensions/paredit-mode/paredit-mode.lisp Lines 600 to 622 in 17639f2
I don't know how to override this. |
It would be good if there is a way to delete a key in a keymap |
I think i can just |
paredit
mode.undefine-key
function to delete an existing key in a keymap.
I have the folloing bindings:
The
paredit
mode will override the vi-mode bindings starts with[
and]
I would like to un-define the bindings that defined by
paredit
mode. Is there an easy way to do this ?The text was updated successfully, but these errors were encountered: