vimtricks.wiki Concise Vim tricks, one at a time.

How does which-key help discover key mappings?

Answer

require('which-key').setup()

Explanation

which-key.nvim displays a popup showing available keybindings as you type leader keys. Helps discover and remember custom mappings.

Next

How do I visually select a double-quoted string including the quotes themselves?