emacs-which-key
emacs-which-key copied to clipboard
window size changes
i've recorded the video here: https://asciinema.org/a/UtGrQEdBU4J162WaQhRQtTYyF
At time 8 sec, the window size changes, though I haven't pressed any key.
The configuration is quite vanilla,
(use-package which-key
:demand
:delight
:config
(setq which-key-idle-delay 1.0)
(which-key-mode))