add git and notepad actions to whichkey
This commit is contained in:
parent
c5a6106f59
commit
c7262b832c
2
init.lua
2
init.lua
|
|
@ -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' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue