doom-meow icon indicating copy to clipboard operation
doom-meow copied to clipboard

fix: Don't bind to meow-keypad-state-keymap

Open 45mg opened this issue 10 months ago • 0 comments

If any key in this keymap is bound to something other than self-insert-command, it is impossible to use any keybinding containing that key, because the binding will be interrupted by said command. This can put Meow in a state where it is impossible to exit Keypad state.

These bindings appear to have been a mistake as nothing like this is present in any of the example meow-setup functions.

A trivial example of the issue - one cannot use the binding C-x 0.

45mg avatar Apr 30 '24 14:04 45mg