Implement bindings for moving by simple word

This commit is contained in:
Kovid Goyal
2022-10-23 14:45:25 +05:30
parent 0068ae8f66
commit a008c627e3
4 changed files with 152 additions and 3 deletions

View File

@@ -43,6 +43,8 @@ const (
ActionMoveToEndOfLine
ActionMoveToStartOfDocument
ActionMoveToEndOfDocument
ActionMoveToEndOfWord
ActionMoveToStartOfWord
ActionCursorLeft
ActionCursorRight
ActionEndInput