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.
require('which-key').setup()
which-key.nvim displays a popup showing available keybindings as you type leader keys. Helps discover and remember custom mappings.