Questions tagged [which-key]

8 questions
0
votes
1 answer

How can I prevent truncation when using which key?

When using which key, how can I see the whole function name and prevent it from being truncated. I've searched a bit on this and I'm just confused;). I'm not sure if this is a bug or a simple setting. In the screenshot here, the function is…
Jason Hunter
  • 709
  • 4
  • 10
0
votes
1 answer

Which-key: change next/previous page keybindings

This question has been edited thanks to dalanicolai. I want to change some of the default which-key key binds used to turn the pages. In which-key.el they are set like so: (defvar which-key-C-h-map (let ((map (make-sparse-keymap))) (dolist…
John Doe
  • 169
  • 6
0
votes
1 answer

Is possible to set which-key package minimum height?

I'm using the which-key package and I checked the docs and it seems you can set the max height for the buffer with (setq which-key-frame-max-height 20) , but I can't seem to find a way to set the minimum height. I want to leave at least and empty…
Fabman
  • 578
  • 2
  • 14