emacs-which-key icon indicating copy to clipboard operation
emacs-which-key copied to clipboard

Emacs package that displays available keybindings in popup

Results 79 emacs-which-key issues
Sort by recently updated
recently updated
newest added

Consider `help-map`. It's accessible via multiple keys, I've tweaked mine to have a couple of 'keyspaces' within it, but if I want to get the description right when under both...

What is Devil? > Devil mode trades your comma key in exchange for a modifier-free editing experience in Emacs. The above description comes from their README at: https://github.com/susam/devil Unfortunately, Devil...

After manually triggering the pop-up inside a key-chord using the `show-early-on-C-h` binding, afterwards there is no more delays, all pop-ups are instant. This is very annoying. OS: Debian 12 Emacs...

Thank you for sharing this helpful package. Because I avoid the mouse it took a while before I discovered that `which-key` displays the **full** command description on mouse hoover over...

Say I have a General definer called `nyamacs/leader-keys` with my leader as `SPC`, and I set up this keybind with it: ```elisp (nyamacs/leader-keys "TAB TAB" '(comment-line :wk "Comment lines")) ```...

Recently `use-package` and `eglot` got bundled with Emacs by default. While I love and use these packages daily, I think `which-key` deserves to be bundled with Emacs more than they!...

TL;DR: How to bind `which-key-undo` to `DEL` after every prefix? I'm an emacs noob comming from Neovim recently. Neovim also has a which-key plugin which by default uses `DEL` to...

After doing `(setq which-key-show-operator-state-maps t)`, if you wait for `which-key` popup to show after a `d` for example, you have to press 'a' (for outer) or 'i' (for inner) twice:...

Let's assume the following parameters: ``` (setopt which-key-show-early-on-C-h t which-key-use-C-h-commands t) ```` If you call - for example - `C-c C-h` two different things may happen: 1. The "which key"...

Just a small fix. I notice that `which-key-show-full-minor-mode-keymap` seems doing the same thing as `which-key-show-minor-mode-keymap` The following images show calling `which-key-show-full-minor-mode-keymap` with `diff-hl-mode`. Current behaviour: ![图片](https://user-images.githubusercontent.com/45989017/235402138-f06d1031-1193-4066-ad7f-31aabaa03199.png) Behaviour with the change:...