vim - moving text to next line in vi -
there line in shell script
f) screen = true
and want make it
f) screen = true
i cannot in vi. in normal text editor enter command can shift text after f) next line. best way in vi?
press l
move cursor right , j
move cursor down cursor s. press i
"insert" , hit enter create new line. hit esc
stop inserting , :wq
save , quit.
there lots of basic vi command lists on internet might help.
Comments
Post a Comment