vim: Support counts for H
and L
motions (#7149)
Release Notes: - Added support for counts to `H` and `L` motions ([#4941](https://github.com/zed-industries/zed/issues/4941)).
This commit is contained in:
parent
689d43047d
commit
ebdabb907a
3 changed files with 60 additions and 7 deletions
|
@ -13,3 +13,7 @@
|
|||
{"Put":{"state":"ˇ1 2 3\n4 5 6\n7 8 9\n"}}
|
||||
{"Key":"shift-l"}
|
||||
{"Get":{"state":"1 2 3\n4 5 6\n7 8 9\nˇ","mode":"Normal"}}
|
||||
{"Put":{"state":"1 2 3\n4 5 ˇ6\n7 8 9\n"}}
|
||||
{"Key":"9"}
|
||||
{"Key":"shift-l"}
|
||||
{"Get":{"state":"1 2 ˇ3\n4 5 6\n7 8 9\n","mode":"Normal"}}
|
||||
|
|
|
@ -7,3 +7,7 @@
|
|||
{"Put":{"state":"1 2 3\n4 5 6\nˇ7 8 9\n"}}
|
||||
{"Key":"shift-h"}
|
||||
{"Get":{"state":"ˇ1 2 3\n4 5 6\n7 8 9\n","mode":"Normal"}}
|
||||
{"Put":{"state":"1 2 3\n4 5 ˇ6\n7 8 9"}}
|
||||
{"Key":"9"}
|
||||
{"Key":"shift-h"}
|
||||
{"Get":{"state":"1 2 3\n4 5 6\n7 8 ˇ9","mode":"Normal"}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue