diff --git a/internal/action/bufpane.go b/internal/action/bufpane.go index d2bd87e1..12c50e19 100644 --- a/internal/action/bufpane.go +++ b/internal/action/bufpane.go @@ -639,6 +639,7 @@ var MultiActions = map[string]bool{ "DeleteWordLeft": true, "SelectLine": true, "SelectToStartOfLine": true, + "SelectToStartOfText": true, "SelectToEndOfLine": true, "ParagraphPrevious": true, "ParagraphNext": true, @@ -662,6 +663,7 @@ var MultiActions = map[string]bool{ "SelectPageUp": true, "SelectPageDown": true, "StartOfLine": true, + "StartOfText": true, "EndOfLine": true, "JumpToMatchingBrace": true, }