Add StartOfText options to multiactions

This commit is contained in:
Zachary Yedidia 2020-02-06 17:10:32 -05:00
parent be7d27bc49
commit a52c0c2907

View file

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