zed/crates/vim/test_data/test_gv.json
Conrad Irwin 3b84b106e2
vim gigv (#13028)
Release Notes:

- vim: Fix `gi` when the insert ended at the end of a line (#12162)
- vim: Add `gv` to restore previous visual selection (#12888)
- vim: Fix `gl` when the first match is at the end of a line
2024-06-14 10:16:59 -06:00

25 lines
574 B
JSON

{"Put":{"state":"The ˇquick brown"}}
{"Key":"v"}
{"Key":"i"}
{"Key":"w"}
{"Key":"escape"}
{"Key":"g"}
{"Key":"v"}
{"Get":{"state":"The «quickˇ» brown","mode":"Visual"}}
{"Key":"o"}
{"Key":"escape"}
{"Key":"g"}
{"Key":"v"}
{"Get":{"state":"The «ˇquick» brown","mode":"Visual"}}
{"Key":"escape"}
{"Key":"^"}
{"Key":"ctrl-v"}
{"Key":"l"}
{"Get":{"state":"«Thˇ»e quick brown","mode":"VisualBlock"}}
{"Key":"g"}
{"Key":"v"}
{"Get":{"state":"The «ˇquick» brown","mode":"Visual"}}
{"Key":"g"}
{"Key":"v"}
{"Get":{"state":"«Thˇ»e quick brown","mode":"VisualBlock"}}