Skip to content

Commit b700881

Browse files
authored
Add 'gr' group to which-keys
Adds 'gr' to which-keys documentation, so users can see that LSP actions are grouped after 'gr' key binds. It used to be directly under 'g', which required no additional grouping info on which-keys. See #1427 for further explanation on the key binds change.
1 parent 3338d39 commit b700881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ require('lazy').setup({
347347
{ '<leader>s', group = '[S]earch' },
348348
{ '<leader>t', group = '[T]oggle' },
349349
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
350+
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
350351
},
351352
},
352353
},

0 commit comments

Comments
 (0)