zed/crates/vim/test_data/test_ctrl_o_visual.json
Axel Carlsson b1cd9e4d24
vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454)
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>
2024-11-13 12:44:41 -07:00

14 lines
272 B
JSON

{"Put":{"state":"helloˇ world."}}
{"Key":"i"}
{"Key":"ctrl-o"}
{"Key":"v"}
{"Key":"b"}
{"Key":"r"}
{"Key":"l"}
{"Get":{"state":"ˇllllllworld.","mode":"Insert"}}
{"Key":"ctrl-o"}
{"Key":"v"}
{"Key":"f"}
{"Key":"w"}
{"Key":"d"}
{"Get":{"state":"ˇorld.","mode":"Insert"}}