mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
901cb8b3d2
Release Notes: - vim: Added support for buffer-local marks (`'a-'z`) and some builtin marks `'<`,`'>`,`'[`,`']`, `'{`, `'}` and `^`. Global marks (`'A-'Z`), and other builtin marks (`'0-'9`, `'(`, `')`, `''`, `'.`, `'"`) are not yet implemented. (#5122) --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
37 lines
993 B
JSON
37 lines
993 B
JSON
{"Put":{"state":"Line one\nLine two\nLine ˇthree\nLine four\nLine five\n"}}
|
|
{"Key":"v"}
|
|
{"Key":"j"}
|
|
{"Key":"escape"}
|
|
{"Key":"k"}
|
|
{"Key":"k"}
|
|
{"Key":"'"}
|
|
{"Key":"<"}
|
|
{"Get":{"state":"Line one\nLine two\nˇLine three\nLine four\nLine five\n","mode":"Normal"}}
|
|
{"Key":"`"}
|
|
{"Key":"<"}
|
|
{"Get":{"state":"Line one\nLine two\nLine ˇthree\nLine four\nLine five\n","mode":"Normal"}}
|
|
{"Key":"'"}
|
|
{"Key":">"}
|
|
{"Get":{"state":"Line one\nLine two\nLine three\nˇLine four\nLine five\n","mode":"Normal"}}
|
|
{"Key":"`"}
|
|
{"Key":">"}
|
|
{"Get":{"state":"Line one\nLine two\nLine three\nLine ˇfour\nLine five\n","mode":"Normal"}}
|
|
{"Key":"g"}
|
|
{"Key":"g"}
|
|
{"Key":"^"}
|
|
{"Key":"j"}
|
|
{"Key":"j"}
|
|
{"Key":"l"}
|
|
{"Key":"l"}
|
|
{"Key":"c"}
|
|
{"Key":"e"}
|
|
{"Key":"k"}
|
|
{"Key":"e"}
|
|
{"Key":"escape"}
|
|
{"Key":"'"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"Line one\nLine two\nˇLike three\nLine four\nLine five\n","mode":"Normal"}}
|
|
{"Key":"`"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"Line one\nLine two\nLiˇke three\nLine four\nLine five\n","mode":"Normal"}}
|