ZIm/crates/text/src
Waleed Dahshan 8f08787cf0
Implement Helix Support (WIP) (#19175)
Closes #4642 

- Added the ability to switch to helix normal mode, with an additional
helix visual mode.
- <kbd>ctrl</kbd><kbd>h</kbd> from Insert mode goes to Helix Normal
mode. <kbd> i </kbd> and <kbd> a </kbd> to go back.
- Need to find a way to perform the helix normal mode selection with
<kbd> w </kbd>, <kbd>e </kbd>, <kbd> b </kbd> as a first step. Need to
figure out how the mode will interoperate with the VIM mode as the new
additions are in the same crate.
2024-12-03 23:19:52 -07:00
..
anchor.rs Replace Default trait bound with a zero function on Summary/Dimension (#17975) 2024-09-17 19:43:59 -06:00
locator.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
network.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
operation_queue.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
patch.rs chore: Fix clippy violations from Cargo.toml (#15216) 2024-07-25 20:22:01 +02:00
selection.rs Implement Helix Support (WIP) (#19175) 2024-12-03 23:19:52 -07:00
subscription.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
tests.rs Fix a test flake involving zeroed out group_intervals (#20328) 2024-11-07 09:17:43 -07:00
text.rs Fix a test flake involving zeroed out group_intervals (#20328) 2024-11-07 09:17:43 -07:00
undo_map.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00