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.16k stars 163 forks source link

feature: Default key for master which-key menu #832

Open mairs8 opened 3 weeks ago

mairs8 commented 3 weeks ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

not clear what keybind is used to view the master which-key menu

Describe the solution you'd like

As you type in neovim, which-key will show you the available keymappings for that key-bind. For example, if i press space it will show me the below.

screenshot_

I noticed that once i press space, i can then press the back button to see the master which-key menu, pictured below. I want to know if there is a single key i can press to see this master which-key menu . i.e. without having to press 'space' and then the 'back' button. I know you can see it with command ':whichKey' but i would like to know if there is a predefined keybind for it? I am hoping this keybind exists as default rather than having to manually map a random key to ':WhichKey' command.

screenshot_

Describe alternatives you've considered

na

Additional context

No response

max397574 commented 3 weeks ago

I don't think there is such a keybind and it also makes no sense to have a default one because people would have very different ideas of which key should be used for such a thing

just create a mapping yourself