Multiple line selection and editing #589
-
Hi, I am a newbie to vim and neovim, how to do multiple line selection and editing with same words prefix? I googled and it tells me to use |
Beta Was this translation helpful? Give feedback.
Answered by
Jint-lzxy
Mar 22, 2023
Replies: 3 comments 4 replies
-
it's actually not replacing, say we have the following lines:
I want to select all the semicolons and editing multiple lines, it may result as:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
See also: :help v_b_I
:help v_b_A
:help v_b_I_example
:help v_b_A_example |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
CharlesChiuGit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<C-v>
then pressI
orA
(upper case).See also: