You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to set up some keybindings for the minor mode 'vtable-header-mode' (used by activities.el when using activites-list), and I am facing the issue that I cannot seem to get the 'k' key to work.
I suspect activities.el does something non-standard, and this is why I cannot rebind it?
Oh and a related question - I managed to screw up my emacs state by first trying: evil-define-minor-mode-key 'normal 'vtable-header-mode-map
This lead to my keybindings being bound globally I think, and I could not use the 'h' and 'l' keys anymore at all! I had to restart emacs to get back to a working state, since I could not figure out a way to undo that.
I think the default behaviour should be to not bind a key if the mode map is invalid, what do you think?
And, is there is a way to restore the previous (default) keybindings after a mistake like this?
The text was updated successfully, but these errors were encountered:
Hi, I am trying to set up some keybindings for the minor mode 'vtable-header-mode' (used by activities.el when using
activites-list
), and I am facing the issue that I cannot seem to get the 'k' key to work.This is what I am trying:
Everything works except for the 'k' key - this is still bound as follows:
I suspect activities.el does something non-standard, and this is why I cannot rebind it?
Oh and a related question - I managed to screw up my emacs state by first trying:
evil-define-minor-mode-key 'normal 'vtable-header-mode-map
This lead to my keybindings being bound globally I think, and I could not use the 'h' and 'l' keys anymore at all! I had to restart emacs to get back to a working state, since I could not figure out a way to undo that.
I think the default behaviour should be to not bind a key if the mode map is invalid, what do you think?
And, is there is a way to restore the previous (default) keybindings after a mistake like this?
The text was updated successfully, but these errors were encountered: