implement 'yk' motion (next: add tests for it)

This commit is contained in:
2026-01-13 23:54:48 +00:00
parent e37e04a2a2
commit 66f1fb0b5e
4 changed files with 60 additions and 2 deletions

View File

@@ -462,6 +462,7 @@ struct
fun parseYankTerminal (str, count, app, chrCmd, time) =
case chrCmd of
#"h" => NormalYank.yankLeft (app, count)
| #"k" => NormalYank.yankLineUp (app, count)
| #"l" => NormalYank.yankRight (app, count)
| #"y" => NormalYank.yankLine (app, count)
| #"0" => NormalYank.yankToStartOfLine app