folke / which-key.nvim

💥 Create key bindings that stick. WhichKey helps you remember your Neovim keymaps, by showing available keybindings in a popup as you type.
Apache License 2.0
5.43k stars 177 forks source link

fix(view): display actual scroll up/down keys in help #821

Closed taketwo closed 2 months ago

taketwo commented 3 months ago

Description

The footer section of WhichKey window displays help for built-in keys (Esc, BS, scroll up and down). The scroll keys are configurable, however the help message always displays the hard-coded default values.

folke commented 2 months ago

ty