Context :
I have 1000 line following like structure texts.
f54g
f5g546
2122v
kjfkjlf
ttt54
ncjkhd8
DFSD5
And I want to insert “”, for each line.
How can we insert this text for 1000 lines?
"f54g",
"f5g546",
"2122v",
"kjfkjlf",
"ttt54",
"ncjkhd8",
"DFSD5",
Here is the solution
Ctrl+A
: selects the whole file content.Ctrl+Shift+L
: let you get cursors on lines of selected regions.- Home moves cursors to the line beginning.
- Type
"
- Moves cursors to the line ending.
- Type
",