mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-28 22:08:12 +09:00
implemented select line as an Action
This commit is contained in:
@@ -43,6 +43,7 @@ var bindingActions = map[string]func(*View, bool) bool{
|
||||
"SelectWordLeft": (*View).SelectWordLeft,
|
||||
"DeleteWordRight": (*View).DeleteWordRight,
|
||||
"DeleteWordLeft": (*View).DeleteWordLeft,
|
||||
"SelectLine": (*View).SelectLine,
|
||||
"SelectToStartOfLine": (*View).SelectToStartOfLine,
|
||||
"SelectToEndOfLine": (*View).SelectToEndOfLine,
|
||||
"ParagraphPrevious": (*View).ParagraphPrevious,
|
||||
|
||||
Reference in New Issue
Block a user