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 },