Visual block mode #1824
-
Is there currently anything similar to Vim's visual block mode ( |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
-
<3 visual block mode. I think there are some other vi emulations which might be more critical for basic usage, but visual block mode is really handy to mass-indent, etc. |
Beta Was this translation helpful? Give feedback.
-
I was pointed to https://github.com/LGUG2Z/helix-vim/blob/master/config.toml by djo_kirawi on matrix. It helps somewhat. Visual Block mode isn't really working though. |
Beta Was this translation helpful? Give feedback.
-
How can i exit multiple cursors? I'd like to exit |
Beta Was this translation helpful? Give feedback.
C
andAlt-C
adds additional cursors below and above the primary cursor, and all subsequent movement and actions work on all cursors.