ZIm/crates/vim/src
AidanV 4f0a281f52
vim: Add :norm support (#33232)
Closes #21198

Release Notes:

- Adds support for `:norm`
- Allows for vim and zed style modified keys specified in issue
  - Vim style <C-w> and zed style <ctrl-w>
- Differs from vim in how multi-line is handled 
  - vim is sequential
  - zed is combinational (with multi-cursor)
2025-08-23 10:35:53 -04:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal vim: Fix panic when scrolling beyond last line (#34172) 2025-07-10 01:37:16 +00:00
test ACP (#34030) 2025-07-09 16:02:31 +00:00
change_list.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
command.rs vim: Add :norm support (#33232) 2025-08-23 10:35:53 -04:00
digraph.rs gpui: Simplify Action macros + support doc comments in actions! (#33263) 2025-06-24 04:34:51 +00:00
helix.rs helix: Stay in helix normal mode after helix delete (#34093) 2025-07-08 21:34:20 -06:00
indent.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
insert.rs vim: Add :norm support (#33232) 2025-08-23 10:35:53 -04:00
mode_indicator.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
motion.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
normal.rs Add ; key binding for Helix mode (#34315) 2025-08-23 10:35:20 -04:00
object.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
replace.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
rewrap.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00
state.rs Simulate helix line wrapping (#32763) 2025-06-24 10:51:41 -06:00
surrounds.rs vim: Respect count for paragraphs (#33489) 2025-06-27 22:05:47 -06:00
test.rs lsp: Wait for shutdown response before sending exit notification (#33417) 2025-07-15 18:30:57 +03:00
vim.rs vim: Add U to undo last line (#33571) 2025-07-08 21:24:43 -06:00
visual.rs gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -04:00