Wednesday, 7 August 2013

moving text to next line in vi

moving text to next line in vi

There is a line in Shell script
f) SCREEN = TRUE
and I want to make it
f)
SCREEN = TRUE
I cannot do this very easily in vi. Obviously in a normal text editor
enter command can shift the text after f) to the next line. What is the
best way to do it in vi?

No comments:

Post a Comment