summaryrefslogtreecommitdiff
path: root/usr.bin/mg/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/keymap.c')
-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 b0258571c60..2331845a579 100644
--- a/usr.bin/mg/keymap.c
+++ b/usr.bin/mg/keymap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: keymap.c,v 1.19 2002/03/11 13:02:56 vincent Exp $ */
+/* $OpenBSD: keymap.c,v 1.20 2002/05/29 12:32:51 vincent Exp $ */
/*
* Keyboard maps. This is character set dependent. The terminal specific
@@ -84,7 +84,7 @@ static PF cXcL[] = {
filesave, /* ^S */
rescan, /* ^T */
upperregion, /* ^U */
- rescan, /* ^V */
+ filevisitro, /* ^V */
filewrite, /* ^W */
swapmark, /* ^X */
};