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

... also make two custom options more flexible. > The issue you are fixing or feature you are adding is clearly described and/or referenced in the pull request or github...

The byte-compiler recently got more fussy about quotes. ``` Compiling /home/jonas/.emacs.d/lib/which-key/which-key.el... In toplevel form: lib/which-key/which-key.el:233:2: Warning: custom-declare-variable `which-key-special-keys' docstring has wrong usage of unescaped single quotes (use \= or different...

Yasnippets can have a keybinding assigned to them, e.g.: ``` # -*- mode: snippet -*- # name: Highlight # expand-env: ((yas-wrap-around-region nil) (item-string "")) # binding : C-c y h...

I could not achieve custom string replacement as shown in the [custom string replacement section](https://github.com/justbur/emacs-which-key#custom-string-replacement-options) Consider the following keymap: (defvar testmap (make-sparse-keymap)) (define-key testmap [?a] '(lambda () (interactive) (prin1 "key...

The docstring of anonymous commands is never shown in which-key's popup. If I set ``` elisp (global-set-key (kbd "C-λ f") 'find-file) (global-set-key (kbd "C-λ λ") (lambda () "My little interactive...

Hi: I see that `which-key--hide-popup` has a condition inside depending on `which-key-persistent-popup`. But `which-key-persistent-popup` is only declared and never used anywhere else... Is there any reason for that? because it...

I'm not sure if there are many people like me, but I avoided using this project for years because it seemed pretty useless to me, based on the screenshots and...

Like markdown-mode already has excellent prompt support when you are editing and which-key takes it over. I tried setting up a local variable in markdown-mode-hook like: ``` (lambda () (setq-local...

This is related to Issue #205. After leaving a comment, I discovered that I could only recreate the problem if Emacs's line-spacing variable was set to a positive number. The...

![screenshot_20190301_194512](https://user-images.githubusercontent.com/3647083/53659045-c9179580-3c5a-11e9-84ee-fa450a3dcb49.png) Can't see C-c C-t for example. Thanks