mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 03:59:55 +00:00
4deab8a0b9
Closes #22492 Release Notes: - Added Join Lines Separator And RemoveIndent --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
29 lines
909 B
JSON
29 lines
909 B
JSON
{"Put":{"state":"ˇone\ntwo\nthree\nfour\nfive\nsix\n"}}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"oneˇ two\nthree\nfour\nfive\nsix\n","mode":"Normal"}}
|
|
{"Key":"3"}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"one two threeˇ four\nfive\nsix\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇone\ntwo\nthree\nfour\nfive\nsix\n"}}
|
|
{"Key":"j"}
|
|
{"Key":"v"}
|
|
{"Key":"3"}
|
|
{"Key":"j"}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"one\ntwo three fourˇ five\nsix\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇone\ntwo\nthree\nfour\nfive\nsix\n"}}
|
|
{"Key":"g"}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"oneˇtwo\nthree\nfour\nfive\nsix\n","mode":"Normal"}}
|
|
{"Key":"3"}
|
|
{"Key":"g"}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"onetwothreeˇfour\nfive\nsix\n","mode":"Normal"}}
|
|
{"Put":{"state":"ˇone\ntwo\nthree\nfour\nfive\nsix\n"}}
|
|
{"Key":"j"}
|
|
{"Key":"v"}
|
|
{"Key":"3"}
|
|
{"Key":"j"}
|
|
{"Key":"g"}
|
|
{"Key":"shift-j"}
|
|
{"Get":{"state":"one\ntwothreefourˇfive\nsix\n","mode":"Normal"}}
|