summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-06-25 20:45:52 +0000
committerBrian Somers <brian@FreeBSD.org>2001-06-25 20:45:52 +0000
commitb363588c6260aeab6446505039c27e2271f7195f (patch)
treee4b53202adc73b4c2ac4400fac0a1f210af72b31
parent3579379c2db3357d928f13ee496e5bf14e5fc45b (diff)
Notes
-rw-r--r--games/fortune/datfiles/freebsd-tips3
1 files changed, 3 insertions, 0 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index c262f38d1f6a..79f94ab2fd2c 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -484,3 +484,6 @@ 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.
+%
+sh (the default bourne shell in FreeBSD) supports command-line editing. Just
+``set -o emacs'' or ``set -o vi'' to enable it.