helix/helix-term/tests/test/commands
Andrew Browne 6a20aae363 Add extend_search_all command.
This allows me to replicate my kakoune config:
  map global normal <a-%> '*%s<ret>'
With helix config:
  "A-%" = ["search_selection", "extend_search_all"]
2025-06-03 23:34:07 -07:00
..
extend_search_all.rs Add extend_search_all command. 2025-06-03 23:34:07 -07:00
insert.rs fix: trim whitespace up to the last selection on insert_newline (#13673) 2025-06-03 08:45:19 -05:00
movement.rs fix match bracket matching (#10777) 2024-05-16 13:50:01 -05:00
write.rs minor: Fix native line-ending handling in trimming integration tests 2025-03-10 11:09:46 -04:00