summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-09 08:20:47 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-12-09 08:20:47 +0000
commit2d92097ecb7792656999dc694958bdef7937cedb (patch)
tree7ed4db9421db205d984c1e40df4e0c543049c44f /usr.bin
parentf29689c5a79a37e16461ba2381f71b794495ce27 (diff)
bind ^Xg to gotoline by default
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/keymap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/keymap.c b/usr.bin/mg/keymap.c
index c4825f1f055..3541a1772ae 100644
--- a/usr.bin/mg/keymap.c
+++ b/usr.bin/mg/keymap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keymap.c,v 1.25 2002/09/28 05:18:48 deraadt Exp $ */
+/* $OpenBSD: keymap.c,v 1.26 2002/12/09 08:20:46 deraadt Exp $ */
/*
* Keyboard maps. This is character set dependent. The terminal specific
@@ -126,7 +126,7 @@ static PF cXcar[] = {
rescan, /* e */
#endif /* !NO_MACRO */
setfillcol, /* f */
- rescan, /* g */
+ gotoline, /* g */
rescan, /* h */
fileinsert, /* i */
rescan, /* j */