-
When using multi-selection, sometimes I want to select the first one column or first two columns to the end of file. I try to use Helix has implement the |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
ge puts the cursor at the end of the document which naturally collapses them so it's working as intended and I dont see how that would make sense with multi cursors. Also multi cursors aren't a mode |
Beta Was this translation helpful? Give feedback.
-
You can use |
Beta Was this translation helpful? Give feedback.
-
Finally , I find the helix-way to solve this issue. Use |
Beta Was this translation helpful? Give feedback.
Finally , I find the helix-way to solve this issue. Use
%
select the entire file and pushK
,use^
in regex. it can select the start of every lines.