First go ahead and edit a file with VI
shellprompt$ vi test-1.txt
while in VI enter the following
This will open a new split screen session, in order to navigate between the two windows in VI do the following
Or
Using the first will move you to the lower window and using the latter will move you to the upper window.
To make one of the windows full screen and out of the dual screen mode use the following
*Important Side Notes
If you used :new and opened up a new window session it will not have a name so you cannot save it without entering the following
Also if you want to open a file in split screen mode that is not new and exists you can enter the following
:new /path/to/whateverfile
No comments:
Post a Comment