add git and notepad actions to whichkey

This commit is contained in:
Nick Burt 2026-07-01 14:42:34 -05:00
parent c5a6106f59
commit c7262b832c
1 changed files with 2 additions and 0 deletions

View File

@ -374,6 +374,8 @@ do
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } }, -- Enable gitsigns recommended keymaps first { '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } }, -- Enable gitsigns recommended keymaps first
-- TODO: LSP actions (anything with `gr`) should be with the leader key -- TODO: LSP actions (anything with `gr`) should be with the leader key
{ 'gr', group = 'LSP Actions', mode = { 'n' } }, { 'gr', group = 'LSP Actions', mode = { 'n' } },
{ '<leader>g', group = '[G]it' },
{ '<leader>n', group = '[N]otepad' },
}, },
} }