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>
16 lines
387 B
JSON
16 lines
387 B
JSON
{"Put":{"state":"line one\nline ˇtwo\nline three"}}
|
|
{"Key":"m"}
|
|
{"Key":"a"}
|
|
{"Key":"l"}
|
|
{"Key":"'"}
|
|
{"Key":"a"}
|
|
{"Get":{"state":"line one\nˇline two\nline three","mode":"Normal"}}
|
|
{"Key":"`"}
|
|
{"Key":"a"}
|
|
{"Get":{"state":"line one\nline ˇtwo\nline three","mode":"Normal"}}
|
|
{"Key":"^"}
|
|
{"Key":"d"}
|
|
{"Key":"`"}
|
|
{"Key":"a"}
|
|
{"Get":{"state":"line one\nˇtwo\nline three","mode":"Normal"}}
|