Release Notes: - `r enter` now maintains indentation, matching vim Useful info for this implementation can be found here: https://github.com/vim/vim/blob/c3f48e3a76c61884d7801171ced327b76965bf29/src/normal.c#L4865
41 lines
912 B
JSON
41 lines
912 B
JSON
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"ˇ-ello\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"3"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Get":{"state":"--ˇ-lo\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello\n"}}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":"2"}
|
|
{"Key":"l"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"-eˇ-lo\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello world\n"}}
|
|
{"Key":"2"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":"f"}
|
|
{"Key":"w"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"--llo -ˇ-rld\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇhello world\n"}}
|
|
{"Key":"2"}
|
|
{"Key":"0"}
|
|
{"Key":"r"}
|
|
{"Key":"-"}
|
|
{"Key":""}
|
|
{"Get":{"state":"ˇhello world\n","mode":"Normal"}}
|
|
{"Put":{"state":" helloˇ world\n"}}
|
|
{"Key":"r"}
|
|
{"Key":"enter"}
|
|
{"Get":{"state":" hello\n ˇ world\n","mode":"Normal"}}
|
|
{"Put":{"state":" helloˇ world\n"}}
|
|
{"Key":"2"}
|
|
{"Key":"r"}
|
|
{"Key":"enter"}
|
|
{"Get":{"state":" hello\n ˇ orld\n","mode":"Normal"}}
|