ZIm/crates/vim/src
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
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
test Revert "settings: Remove auxiliary Content types where possible (#16744)" (#17768) 2024-09-12 14:46:08 -04:00
change_list.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
command.rs Exclude pinned tabs when closing items (#19593) 2024-11-07 11:20:19 +02:00
digraph.rs vim: Add (half of) ctrl-v/ctrl-q (#19585) 2024-10-31 23:25:42 -06:00
indent.rs vim: Command selection fixes (#18424) 2024-09-27 10:06:19 -06:00
insert.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
mode_indicator.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
motion.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
normal.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
object.rs vim: Fix paragraphs with softwrap (#20259) 2024-11-05 15:32:44 -07:00
replace.rs Add initial FreeBSD support (#20480) 2024-11-11 18:39:05 +01:00
rewrap.rs Use char level diff for Rewrap action for cursor preservation + not reinserting all text (#20368) 2024-11-11 22:24:04 -07:00
state.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
surrounds.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00
test.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
vim.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
visual.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00