implement 'yj' motion. (Next: add tests for it.)

This commit is contained in:
2026-01-31 12:05:16 +00:00
parent 900343203a
commit 000cf4ab62
3 changed files with 69 additions and 1 deletions

View File

@@ -463,6 +463,7 @@ struct
case chrCmd of
#"h" => NormalYank.yankLeft (app, count)
| #"k" => NormalYank.yankLineUp (app, count)
| #"j" => NormalYank.yankLineDown (app, count)
| #"l" => NormalYank.yankRight (app, count)
| #"y" => NormalYank.yankLine (app, count)
| #"0" => NormalYank.yankToStartOfLine app