ZIm/crates/text/src
fantacell 9a2b7ef372
helix: Change f and t motions (#35216)
In vim and zed (vim and helix modes) typing "tx" will jump before the
next `x`, but typing it again won't do anything. But in helix the cursor
just jumps before the `x` after that. I added that in helix mode.
This also solves another small issue where the selection doesn't include
the first `x` after typing "fx" twice. And similarly after typing "Fx"
or "Tx" the selection should include the character that the motion
startet on.

Release Notes:

- helix: Fixed inconsistencies in the "f" and "t" motions
2025-08-14 13:04:07 -04:00
..
anchor.rs sum_tree: Do not implement Dimension on tuples, use new Dimensions wrapper instead (#35482) 2025-08-05 00:37:22 +00:00
locator.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
network.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
operation_queue.rs Rust 1.85 (#25272) 2025-02-28 18:33:35 +01:00
patch.rs Improve tracking for agent edits (#27857) 2025-04-01 22:13:28 +00:00
selection.rs helix: Change f and t motions (#35216) 2025-08-14 13:04:07 -04:00
subscription.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
tests.rs Show progress as the agent locates which range it needs to edit (#31582) 2025-05-28 12:32:54 +00:00
text.rs Reduce amount of allocations in RustLsp label handling (#35786) 2025-08-07 13:24:29 +00:00
undo_map.rs sum_tree: Store context on cursor (#34904) 2025-07-22 18:20:48 +02:00