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

feature: Set the key position of the `marks` function #639

Closed Parsifa1 closed 1 month ago

Parsifa1 commented 1 month ago

Did you check the docs?

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

The current marks function has two keys, ' and ` by default. Is there a way to use only ' as the marks trigger?

Describe the solution you'd like

Just use ' trigger marks

Describe alternatives you've considered

none.

Additional context

No response