From aa0e4f678cc0951dcd9b8e4ab5d2c36ec98cb4b9 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Sat, 2 Sep 2006 20:06:49 +0000 Subject: various improvements from deanna phillips; tweaked by myself ok kjell --- usr.bin/mg/mg.1 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 7f8984b723f..c4b38d4fbe2 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mg.1,v 1.27 2006/07/17 15:31:23 kjell Exp $ +.\" $OpenBSD: mg.1,v 1.28 2006/09/02 20:06:48 jmc Exp $ .\" .Dd February 25, 2000 .Dt MG 1 @@ -120,9 +120,7 @@ language in which you can write extensions. However, you can rebind keys and change some parameters. There are no limits to line length or format. Command, buffer, and file name completion and listing can -be done using the spacebar and -.Ql \&? , -respectively. +be done using the spacebar and tab keys. .Pp Amongst other major differences, the .Nm @@ -141,8 +139,13 @@ will use .Pa .mg-vt100 as a startup file. The terminal type startup file is used first. -See the manual for a full list of the commands that can -go in the files. +The startup file format is a list of commands, one per line, as used for +interactive evaluation, e.g.: +.Bd -literal -offset indent +auto-fill-mode +set-fill-column 72 +global-set-key "\e^x\e^f" find-file +.Ed .Pp Here's another example sequence that you may find useful. By default, -- cgit v1.2.3