helix
helix copied to clipboard
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"]
This usecase is already possible with a similar macro keybinding:
[keys.normal]
"A-%" = "@*%s<ret>"