ZIm/crates/vim/src
Max Brunsfeld 7c994cd4a5
Add AutoIndent action and '=' vim operator (#21427)
Release Notes:

- vim: Added the `=` operator, for auto-indent

Co-authored-by: Conrad <conrad@zed.dev>
2024-12-02 15:00:04 -08:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
test vim: Enable % to jump between tags (#20536) 2024-11-14 12:41:53 -07:00
change_list.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
command.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
digraph.rs Rename ime_key -> key_char and update behavior (#20953) 2024-11-20 20:29:47 -07:00
indent.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
insert.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
mode_indicator.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
motion.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
normal.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
object.rs vim: Add indent text object (#21121) 2024-11-26 12:54:36 -08:00
replace.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
rewrap.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
state.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
surrounds.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08: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 Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
visual.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00