Fixed bug with movement keys

- LazyGit is now <leader>g instead of leader<lg>
This commit is contained in:
2026-01-10 23:41:20 -05:00
parent 3bd8c1ce2b
commit 0f09293a06

View File

@@ -16,6 +16,6 @@ return {
-- setting the keybinding for LazyGit with 'keys' is recommended in -- setting the keybinding for LazyGit with 'keys' is recommended in
-- order to load the plugin when the command is run for the first time -- order to load the plugin when the command is run for the first time
keys = { keys = {
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" } { "<leader>g", "<cmd>LazyGit<cr>", desc = "LazyGit" }
} }
} }