ZIm/crates/vim/src
Daniel Sauble c1307cead4
Add ; key binding for Helix mode (#34315)
Closes #34111

In Helix mode, the `;` key should collapse the current selection without
moving the cursor. I've added a new action `vim::HelixCollapseSelection`
to support this behavior.


https://github.com/user-attachments/assets/1a40821a-f56f-456e-9d37-532500bef17b

Release Notes:

- Added `;` key binding to collapse the current text selection in Helix
mode
2025-07-17 22:30:01 -06: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 Rename "CloseInactiveItems" action to "CloseOtherItems" (#34676) 2025-07-17 21:40:02 -03: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 gpui: Store action documentation (#33809) 2025-07-02 21:14:33 -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-07-17 22:30:01 -06: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