From 0f09293a062971bec3abdfd65207af7a77076fc4 Mon Sep 17 00:00:00 2001 From: AeroGlory Date: Sat, 10 Jan 2026 23:41:20 -0500 Subject: [PATCH] Fixed bug with movement keys - LazyGit is now g instead of leader --- lua/plugins/lazygit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } }