How to customize the +prefix menus in Keypad mode? #649
Replies: 6 comments 4 replies
-
You should use an alias for the keymap, check my answer here: |
Beta Was this translation helpful? Give feedback.
-
Thanks for that reply. It gave me information to go digging further. I found this link from spook. `** Meow customizations Macro Usage: #+begin_src emacs-lisp #+end_src Then I assign them to a meow-leader-key: #+begin_src emacs-lisp Macro Usage: #+begin_src emacs-lisp #+end_src Then I assign them to a meow-leader-key: #+begin_src emacs-lisp #+end_src` |
Beta Was this translation helpful? Give feedback.
-
Yeah, using alias for keymap is not a hacky thing, you can find the usage in emacs source code. And, even though there's a
It works with/without Meow. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the assistance so far. I am getting fairly usable keybinds. However, with General Key you can more verbose and descriptive items for the menus like "Open Dired" or "Dired Jump to current" after :wk. Is there a way I can do similar with
|
Beta Was this translation helpful? Give feedback.
-
I think I have everything working the way I want. My idea was to get my config similar to the starter kit kickstart.emacs. That starter kit uses Vim and General. I have more or less the same items keymaps in my keymaps. But some of the kickstart.emacs bindings are unnecassary like SPC . to find-file. SPC x f does the same and uses built in commands. The bit about verbose description in the menus I eventually worked out. You can see the pattern below. You probably can guess what I know about programming can be written on a postage stamp. I forked the starter kit above and cleverly named it kickstart.meow. It might be handy for someone who quickly wants to try out meow and/or develop a set of keymap bindings.
|
Beta Was this translation helpful? Give feedback.
-
I found a very interesting approach (using vanilla emacs) in this video. The relevant config (updated since the video as bindings can take a description) is here. |
Beta Was this translation helpful? Give feedback.
-
How do you customize the +prefix menu's in Keypad mode? For example in the photo below the "t" +prefix should be "themes" and the "d" +prefix should be "denote".
Beta Was this translation helpful? Give feedback.
All reactions