mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
03c99e39f9
Closes #23024 Release Notes: - Fixed Vim `dxG` delete to line --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
15 lines
478 B
JSON
15 lines
478 B
JSON
{"Put":{"state":"The quick\nbrownˇ fox\njumps over\nthe lazy"}}
|
|
{"Key":"d"}
|
|
{"Key":"3"}
|
|
{"Key":"shift-g"}
|
|
{"Get":{"state":"The quick\nthe lˇazy","mode":"Normal"}}
|
|
{"Put":{"state":"The quick\nbrown fox\njumps over\nthe lˇazy"}}
|
|
{"Key":"d"}
|
|
{"Key":"3"}
|
|
{"Key":"shift-g"}
|
|
{"Get":{"state":"The quick\nbrownˇ fox","mode":"Normal"}}
|
|
{"Put":{"state":"The quick\nbrown fox\njumps over\nˇ"}}
|
|
{"Key":"d"}
|
|
{"Key":"2"}
|
|
{"Key":"shift-g"}
|
|
{"Get":{"state":"ˇThe quick","mode":"Normal"}}
|