diff options
author | brian <brian@FreeBSD.org> | 2001-06-25 20:44:03 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2001-06-25 20:44:03 +0000 |
commit | 30d1d05643809287ddd41e51c7aa5f859511eeaa (patch) | |
tree | 7cedee8298ea2a9be6c15da26ae49c4101dd6fc9 /games | |
parent | a422dc99b48bd3b0429e2cb66674a9b1e3ff19a5 (diff) | |
download | FreeBSD-src-30d1d05643809287ddd41e51c7aa5f859511eeaa.zip FreeBSD-src-30d1d05643809287ddd41e51c7aa5f859511eeaa.tar.gz |
Mention that vi supports split-screen mode.
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index 6f423b3..c262f38 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -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. |