summaryrefslogtreecommitdiffstats
path: root/usr.bin/mg/keymap.c
diff options
context:
space:
mode:
authorvincent <vincent@openbsd.org>2002-05-29 12:32:51 +0000
committervincent <vincent@openbsd.org>2002-05-29 12:32:51 +0000
commitb8be950e0ea20c3485fe04558bd105ab07ffa3f8 (patch)
tree9645f8c6a6daaec689ccbda43ddb8d0dbaf325a3 /usr.bin/mg/keymap.c
parent show the line number in the config file when we find an error. (diff)
downloadwireguard-openbsd-b8be950e0ea20c3485fe04558bd105ab07ffa3f8.tar.xz
wireguard-openbsd-b8be950e0ea20c3485fe04558bd105ab07ffa3f8.zip
add a function to visit a file read-only mapped to C-x C-v
ok art@
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 */
};