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
4.99k stars 160 forks source link

bug: small top/bottom/left/right (C-y, C-e, zh and zl) screen scrolling map is missing from the description #538

Closed Tal500 closed 9 months ago

Tal500 commented 9 months ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.9.1

Operating system/version

Ubuntu 18

Describe the bug

Which key maps all of them, except the small scrolling ones without moving the cursor (C-y, C-e, zh and zl). Reference to the missing keymap: https://stackoverflow.com/a/60607822/2968864 (the rest ones do exist already)=

Steps To Reproduce

Press the keys

Expected Behavior

Adding these built-in keys to the popup menu

Repro

No response

folke commented 9 months ago

sigh https://github.com/folke/which-key.nvim/issues/533