|
after selecting these 3 lines in visual-block mode, when I tried to use St it would only wrap around the letter |
Answered by
kylechui
Aug 6, 2024
Replies: 1 comment 1 reply
|
Are you selecting the whole lines or just the characters? Try something like EDIT: Just realized the words inside aren't uniform length; best way might be to just do one row and dot-repeat the rest, or record a macro. |
1 reply
Answer selected by
Jagddish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you selecting the whole lines or just the characters? Try something like
0<C-v>_St(go to beginning of line, start visual block, go to end of line, surround).EDIT: Just realized the words inside aren't uniform length; best way might be to just do one row and dot-repeat the rest, or record a macro.