mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
feat(which-key): defined some groups
This commit is contained in:
parent
8d43ddec9b
commit
772fa5aaa6
1 changed files with 4 additions and 0 deletions
|
@ -77,3 +77,7 @@ vim.keymap.set("n", "<leader>gg", function()
|
|||
})
|
||||
end, { desc = "Lazygit" })
|
||||
|
||||
require("which-key").register({
|
||||
f = { name = "+file" },
|
||||
g = { name = "+git" },
|
||||
}, { prefix = "<leader>" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue