From 7afc4aab7274525eb9abff5ddbb5ae2ce8136757 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Sat, 27 Apr 2024 19:05:16 -0700 Subject: [PATCH] fix: update keybind for lazygit --- lua/plugins/editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index d52742a..4af3788 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -147,7 +147,7 @@ return { "nvim-lua/plenary.nvim", }, keys = { - { "gs", "LazyGit", desc = "LazyGit" } + { "gg", "LazyGit", desc = "LazyGit" } } } }