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

Localleader binds for when the keypad flag is disabled

Open not-leader opened this issue 3 years ago • 1 comments

currently, the localleader keybinds are broken due to general.el's :states functioning differently to :keymaps

not-leader avatar Dec 05 '21 21:12 not-leader

I've been trying to figure this out and I'm very confused.

What I'd like to do is simply not use the keypad at all. It seems to be strictly worse than the other options available to me, such as Doom's built in leader key HUD, since doom's modules set everything up in a very purposeful way and I can easily customize it.

My experience so far with using the config in this repo is that it seems to merge in all open buffers localleader keybinds. So for instance I end up with a bunch of org-mode, Clojure and elisp keybinds under SPC m.

The general problem I'm having is I don't understand the relationship with the keypad, Doom's leader HUD, and the local leader keybinds.

I've gone as far as to disable the overriding of define-localleader-key! override in init.el, which seems to remove the localleader keybind after pressing SPC completely?!

Can I just use meow's modal editing, and leave the leader key handling to Doom?

lilactown avatar Oct 16 '22 00:10 lilactown