ZIm/crates/vim/src
Marshall Bowers b102a40e04
Extract VimModeSetting to its own crate (#21019)
This PR extracts the `VimModeSetting` out of the `vim` crate and into
its own `vim_mode_setting` crate.

A number of crates were depending on the entirety of the `vim` crate
just to reference `VimModeSetting`, which was not ideal.

Release Notes:

- N/A
2024-11-21 16:24:38 -05: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 vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07:00
change_list.rs vim: Improve lifecycle (#16477) 2024-08-20 20:48:50 -06:00
command.rs vim: Allow :cpplink for CopyPermalinkToLine (#20707) 2024-11-14 23:44:40 -07:00
digraph.rs Rename ime_key -> key_char and update behavior (#20953) 2024-11-20 20:29:47 -07: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 vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07: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 Revert: "a" for "vim::AngleBrackets" (#20918) 2024-11-20 13:46: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 Extract VimModeSetting to its own crate (#21019) 2024-11-21 16:24:38 -05:00
visual.rs vim: Fix readonly mode (#20264) 2024-11-05 21:45:45 -07:00