From db3c762038ed91ad97764e38c7034dc5f0335112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Andr=C3=A9=20Damas?= Date: Mon, 31 Mar 2025 11:21:10 +0100 Subject: [PATCH] Add neogit keybinding --- lua/plugins/which-key.nvim.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lua/plugins/which-key.nvim.lua b/lua/plugins/which-key.nvim.lua index b9c29a0..59a7ce4 100644 --- a/lua/plugins/which-key.nvim.lua +++ b/lua/plugins/which-key.nvim.lua @@ -115,6 +115,11 @@ return { "g", group = "Git", }, + { + "gs", + "Neogit", + desc = "Git status (Neogit)", + }, { "gd", "DiffviewOpen",