Incremental selection over logical blocks #1328
|
One things I missed in vim when I switched from Goland and other IntelliJ ides was incremental selection, I have not seen it done properly by any of the plugins (but maybe I just didn't find the right one). Would this be a feature worth adding to Helix? |
Answered by
sudormrfbin
Dec 22, 2021
Replies: 2 comments 13 replies
|
I'm not familiar with the keybinds, but if this is what you're talking about then I think 100% Helix is all about that. https://docs.helix-editor.com/keymap.html |
6 replies
|
We have |
7 replies
Answer selected by
matoous
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have
expand_selectionwhich does exactly what you describe, but it's not bound to a key by default yet because we don't have a matchingshrink_selectioncounterpart.