diff options
author | 2000-02-29 20:35:19 +0000 | |
---|---|---|
committer | 2000-02-29 20:35:19 +0000 | |
commit | 8b8de312be1b9247dbeb784ac2c5526c492570bc (patch) | |
tree | 191afc3d54e71f388dd9c873a97664fc460bf7aa | |
parent | some binding information (diff) | |
download | wireguard-openbsd-8b8de312be1b9247dbeb784ac2c5526c492570bc.tar.xz wireguard-openbsd-8b8de312be1b9247dbeb784ac2c5526c492570bc.zip |
some key binding examples
-rw-r--r-- | usr.bin/mg/mg.1 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/mg/mg.1 b/usr.bin/mg/mg.1 index 636db19aacf..6a5f32b7707 100644 --- a/usr.bin/mg/mg.1 +++ b/usr.bin/mg/mg.1 @@ -103,12 +103,7 @@ is set to will use .Pa .mg-vt100 as a startup file. The terminal type startup file is used -first. If either of these files does not exist, -.Nm -will look for a file by the same name (but without the leading -dot) in -.Pa /usr/local/lib/mg . -.Pp +first. See the manual for a full list of the commands that can go in the files. .Pp @@ -127,13 +122,11 @@ blink-matching-paren set-default-mode blink .Ed .Sh FILES -.Bl -tag -width /usr/local/lib/mg -compact +.Bl -tag -width xxxx -compact .It Pa ~/.mg normal startup file .It Pa ~/.mg-TERM terminal-specific startup file -.It Pa /usr/local/lib/mg -directory for system-wide startup files .El .Sh SEE ALSO .Xr vi 1 |