7 ms·
Cmd + click places multiple carets on macOS. Apparently – I never touch the mouse when I’m editing in Helix. I don’t know which modifier it is on other platform
by mechanicum 11mo ago
Cmd + click places multiple carets on macOS. Apparently – I never touch the mouse when I’m editing in Helix. I don’t know which modifier it is on other platforms.
I’m not sure if replicating Sublime’s Ctrl + D is possible or not, but there are other ways to achieve every use case for it I can immediately think of. e.g. I think I’d typically be doing `<space>h` to select every instance of the symbol under the cursor, or using `s`elect to reduce a selection to a match, possibly yanked and pasted.
- runaway 11mo agoThere might be a better way but this bind works well for me in normal and select modes. C-n = ["search_selection", "extend_search_next"]
- klaussilveira 11mo agoDoes not work on Linux. Also, double-clicking to expand selection like in Sublime does not work. https://github.com/helix-editor/helix/discussions/10208 https://github.com/helix-editor/helix/discussions/10208