mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
3b84b106e2
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
25 lines
574 B
JSON
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"}}
|