Replies: 1 comment 5 replies
-
Hi, The The entry point for keypad state is
There will be no way to enter keypad state, thus you can consider it is disabled. One of the main reasons behind meow is that I'm tired of writing hundreds of lines of configuration for just keybindings. I was trying to build a reasonable, beautiful, complete leader system when I was using Evil, but that is very time consuming, and not fun at all. So an idea came out, why not just using the existing keybindings. That's why there's a keypad state. Meow is pretty opinionated, the only thing it has no opinion with, is the commands layout. That should be tweaking by users with their preference. But everything else is strongly opinioned, even though most are configurable. So meow doesn't have a major-mode specific leader keymap or local leader keymap and nested keymaps under leader is also not recommended. I had to admire that some migration, especially from the Evil with complex leader system would be difficult. But if you look at my emacs configuration.
|
Beta Was this translation helpful? Give feedback.
-
Hi -- thanks for meow. But I'm wondering whether meow keypad state is necessary. I'm thinking of cases where people use
<SPC>
as a leader or local leader key (this includes people who otherwise use emacs keybindings). I'm wondering if it would be possible to either (1) option (e.g. defcustom) to change the keypad leader key from<SPC>
to something else; (2) option to disable keypad mode altogether. What do you think?Beta Was this translation helpful? Give feedback.
All reactions