Answers for "How to open multiple windows on vi"

0

How to open multiple windows on vi

Ctrl+ w then press v #this will create a new window
Ctrl + w then press <> left-right direction keys to switch between windows
:e <filename> #this will create a new file on the new window or open
#already existing file
				#make sure you are on the new window before doing the command
Posted by: Guest on March-15-2022

Code answers related to "How to open multiple windows on vi"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language