You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2024. It is now read-only.
See the images below; the Which-key information for the C-x prefix doesn't show the full list of commands after C-x i, and paging via C-h n just jumps to C-x p rather than showing the info related to C-x j, C-x k etc.
I've tried:
Changing which-key-side-window-location to bottom rather than right, and also using the minibuffer
The only change that makes a difference is changing which-key-popup-type to 'frame, but that's not the most ideal option for my workflow.
Also, doing (setq which-key-allow-imprecise-window-fit nil) makes a difference when the side-window is at the bottom, but not on the right hand side of the frame.
Is there a consistent fix for this? Should I try writing my own custom-show-popup-function?