vim: Add g M
motion to go to the middle of a line (#30227)
Adds the "g M" vim motion to go to the middle of the line. --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
This commit is contained in:
parent
c7725e31d9
commit
d791c6cdb1
3 changed files with 146 additions and 0 deletions
|
@ -0,0 +1,34 @@
|
|||
{"Put":{"state":"ˇthe quick brown fox\njumped over the lazy dog"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"v"}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-m"}
|
||||
{"Get":{"state":"ˇbrown fox\njumped over the lazy dog","mode":"Normal"}}
|
||||
{"Put":{"state":"the quick bˇrown fox\njumped over the lazy dog"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"v"}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-m"}
|
||||
{"Get":{"state":"the quickˇown fox\njumped over the lazy dog","mode":"Normal"}}
|
||||
{"Put":{"state":"the quick brown foˇx\njumped over the lazy dog"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"v"}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-m"}
|
||||
{"Get":{"state":"the quicˇk\njumped over the lazy dog","mode":"Normal"}}
|
||||
{"Put":{"state":"ˇthe quick brown fox\njumped over the lazy dog"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"v"}
|
||||
{"Key":"7"}
|
||||
{"Key":"5"}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-m"}
|
||||
{"Get":{"state":"ˇ fox\njumped over the lazy dog","mode":"Normal"}}
|
||||
{"Put":{"state":"ˇthe quick brown fox\njumped over the lazy dog"}}
|
||||
{"Key":"d"}
|
||||
{"Key":"v"}
|
||||
{"Key":"2"}
|
||||
{"Key":"3"}
|
||||
{"Key":"g"}
|
||||
{"Key":"shift-m"}
|
||||
{"Get":{"state":"ˇuick brown fox\njumped over the lazy dog","mode":"Normal"}}
|
Loading…
Add table
Add a link
Reference in a new issue