Implement word killing actions

This commit is contained in:
Kovid Goyal
2022-10-25 17:52:18 +05:30
parent ea583f60b3
commit 3237db00fc
4 changed files with 80 additions and 17 deletions

View File

@@ -62,6 +62,9 @@ const (
ActionStartKillActions
ActionKillToEndOfLine
ActionKillToStartOfLine
ActionKillNextWord
ActionKillPreviousWord
ActionKillPreviousSpaceDelimitedWord
ActionEndKillActions
)