implement 'yj' motion. (Next: add tests for it.)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user