1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 14:57:59 +01:00

Fix v_v and v_V.

This commit is contained in:
Doug Kearns
2011-01-20 21:17:44 +11:00
parent 412bbcce53
commit 89d57a9106

View File

@@ -662,7 +662,7 @@ var Editor = Module("editor", {
mappings.add([modes.VISUAL],
["v", "V"], "End visual mode",
function () { events.onEscape(); }); // XXX
function () { modes.pop(); });
mappings.add([modes.TEXT_EDIT],
["V"], "Start visual line mode",