diff --git a/lua/plugins/lazygit.lua b/lua/plugins/lazygit.lua index c7cb122..679106d 100644 --- a/lua/plugins/lazygit.lua +++ b/lua/plugins/lazygit.lua @@ -16,6 +16,6 @@ return { -- setting the keybinding for LazyGit with 'keys' is recommended in -- order to load the plugin when the command is run for the first time keys = { - { "lg", "LazyGit", desc = "LazyGit" } + { "g", "LazyGit", desc = "LazyGit" } } }