vim: Add basic mark support (#11507)
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>
2024-05-10 03:51:19 +03:00
|
|
|
{"Put":{"state":"Line one\nLine two\nLine three\nˇLine four\nLine five\n"}}
|
|
|
|
{"Key":"c"}
|
|
|
|
{"Key":"w"}
|
|
|
|
{"Key":"shift-s"}
|
|
|
|
{"Key":"t"}
|
|
|
|
{"Key":"r"}
|
|
|
|
{"Key":"a"}
|
|
|
|
{"Key":"i"}
|
|
|
|
{"Key":"g"}
|
|
|
|
{"Key":"h"}
|
|
|
|
{"Key":"t"}
|
2024-05-11 21:04:05 +03:00
|
|
|
{"Key":"space"}
|
vim: Add basic mark support (#11507)
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>
2024-05-10 03:51:19 +03:00
|
|
|
{"Key":"t"}
|
|
|
|
{"Key":"h"}
|
|
|
|
{"Key":"i"}
|
|
|
|
{"Key":"n"}
|
|
|
|
{"Key":"g"}
|
|
|
|
{"Key":"escape"}
|
|
|
|
{"Key":"j"}
|
|
|
|
{"Key":"j"}
|
|
|
|
{"Key":"'"}
|
|
|
|
{"Key":"^"}
|
|
|
|
{"Get":{"state":"Line one\nLine two\nLine three\nˇStraight thing four\nLine five\n","mode":"Normal"}}
|
|
|
|
{"Key":"`"}
|
|
|
|
{"Key":"^"}
|
|
|
|
{"Get":{"state":"Line one\nLine two\nLine three\nStraight thingˇ four\nLine five\n","mode":"Normal"}}
|
2024-06-14 19:16:59 +03:00
|
|
|
{"Key":"k"}
|
|
|
|
{"Key":"a"}
|
|
|
|
{"Key":"!"}
|
|
|
|
{"Key":"escape"}
|
|
|
|
{"Key":"k"}
|
|
|
|
{"Key":"g"}
|
|
|
|
{"Key":"i"}
|
|
|
|
{"Key":"?"}
|
|
|
|
{"Get":{"state":"Line one\nLine two\nLine three!?ˇ\nStraight thing four\nLine five\n","mode":"Insert"}}
|