UGU: Unix Guru Universe - Unix Tip #4517- July 23, 2024
- Home : Help : Today's TipUnix Tip #4517- July 23, 2024
SPLIT SCREEN EDITING
SPLIT SCREEN EDITING
You can split screen
You can split screen
into multiple windows
into multiple windows
in vi.
in vi.
(Depending on your
(Depending on your
version of VI)
version of VI)
TO create the empty
TO create the empty
window enter the
window enter the
command:
command:
:new
:new
TO move between the
TO move between the
screens use the
screens use the
commands:
commands:
To Move to lower window
To Move to lower window j j
Move to upper window
Move to upper window k k
TO make the current
TO make the current
window the only window
window the only window
on the screen closing
on the screen closing
all other windows,
all other windows,
use:
use:
:only
:only
VIM supports this
VIM supports this
feature and can be
feature and can be
found at: http://www.math.fu-berlin.de/~guckes/vim/
found at: http://www.math.fu-berlin.de/~guckes/vim/
This tip generously supported by: mailalokagg@yahoo.co.in
This tip generously supported by: mailalokagg@yahoo.co.in
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.