mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
b1cd9e4d24
Support has been added for the ctrl-o command within insert mode. Ctrl-o is used to partially enter normal mode for 1 motion to then return back into insert mode. Release Notes: - vim: Added support for `ctrl-o` in insert mode to enter temporary normal mode --------- Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
11 lines
243 B
JSON
11 lines
243 B
JSON
{"Put":{"state":"heˇllo world."}}
|
|
{"Key":"x"}
|
|
{"Key":"i"}
|
|
{"Key":"ctrl-o"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"heˇo world.","mode":"Insert"}}
|
|
{"Key":"l"}
|
|
{"Key":"l"}
|
|
{"Key":"escape"}
|
|
{"Key":"."}
|
|
{"Get":{"state":"hellˇllo world.","mode":"Normal"}}
|