From 6930021f3f1ad0a3daa29b73259debb3d78cda2f Mon Sep 17 00:00:00 2001 From: max-amb Date: Mon, 3 Aug 2026 23:14:37 +0100 Subject: [PATCH] Added info text for SelectLines. Attempted to ensure that it stayed out of potential mappings. --- lua/neogit/popups/help/actions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/neogit/popups/help/actions.lua b/lua/neogit/popups/help/actions.lua index b46ffe0c5..069a0a2ea 100644 --- a/lua/neogit/popups/help/actions.lua +++ b/lua/neogit/popups/help/actions.lua @@ -125,6 +125,7 @@ M.actions = function() return present { { "Stage", "Stage", NONE }, { "StageUnstaged", "Stage unstaged", NONE }, + { "SelectLines", "Select specific lines", NONE }, { "StageAll", "Stage all", NONE }, { "Unstage", "Unstage", NONE }, { "UnstageStaged", "Unstage all", NONE },