From 044ed9117fe28a5d790a1b32378d33b11a0b4319 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 17 Sep 2024 16:38:54 +0200 Subject: [PATCH] use ctrl+shift+g for neogit --- lua/plugins/neogit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/neogit.lua b/lua/plugins/neogit.lua index 9768e2b..d842bf3 100644 --- a/lua/plugins/neogit.lua +++ b/lua/plugins/neogit.lua @@ -1,6 +1,6 @@ local neogit = require('neogit') -vim.keymap.set('n', '', neogit.open, {}) +vim.keymap.set('n', '', neogit.open, {}) neogit.setup { -- Hides the hints at the top of the status buffer