mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
2f2f236afe
Fix #9612 Release notes: * Changed `cc` and `S` in Vim mode to only change the current line after its indentation. #9612
13 lines
485 B
JSON
13 lines
485 B
JSON
{"Put":{"state":"The quick\n brownˇ fox\njumps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"The quick\n ˇ\njumps over\nthe lazy","mode":"Insert"}}
|
|
{"Put":{"state":"ˇThe quick\nbrown fox\njumps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"ˇ\nbrown fox\njumps over\nthe lazy","mode":"Insert"}}
|
|
{"Put":{"state":"The quick\n broˇwn fox\njumˇps over\nthe lazy"}}
|
|
{"Key":"c"}
|
|
{"Key":"c"}
|
|
{"Get":{"state":"The quick\n ˇ\nˇ\nthe lazy","mode":"Insert"}}
|