Answers for "vim terminal to add data in each line with file open"

0

vim terminal to add data in each line with file open

:%s!^!//!
Posted by: Guest on November-21-2020
0

vim terminal to add data in each line with file open

:'<,'>s!^!//!
Posted by: Guest on November-21-2020
0

vim terminal to add data in each line with file open

:%s/^/#/
Posted by: Guest on October-08-2021

Code answers related to "vim terminal to add data in each line with file open"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language