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

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -