You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With which-key.nvim, the <S-TAB> and <TAB> keybindings will be displayed separately (not in the Buffers group), because they don't start with b key.
I know the whole concept of which-key.nvim is to display the available keybindings in a popup as you type, just wondering if there's a way to achieve this regardless.
Assuming this is not possible, I'm curious to know how other users organize keybindings that are related but have different letters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With legendary.nvim, I can group the following keybindings:
With
which-key.nvim
, the<S-TAB>
and<TAB>
keybindings will be displayed separately (not in theBuffers
group), because they don't start withb
key.I know the whole concept of
which-key.nvim
is to display the available keybindings in a popup as you type, just wondering if there's a way to achieve this regardless.Assuming this is not possible, I'm curious to know how other users organize keybindings that are related but have different letters.
For example, I also have:
Using
<leader>lg
forlazygit.nvim
makes sense to me, and so does grouping it withgitsigns.nvim
commands in aGit
group.Beta Was this translation helpful? Give feedback.
All reactions