1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Mention that vi supports split-screen mode.

This commit is contained in:
Brian Somers 2001-06-25 20:44:03 +00:00
parent 5fc478617d
commit 3579379c2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78773

View File

@ -481,3 +481,6 @@ To see the MAC addresses of the NICs on your system, type
You can save your kernel startup configuration with kget(8). The
Configuration can be edited at boot time with 'boot -c' command in loader.
See boot(8), loader(8) for details.
%
You can open up a new split-screen window in (n)vi with :N or :E and then
use ^w to switch between the two.