mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 13:07:59 +01:00
Fix v_v and v_V.
This commit is contained in:
@@ -662,7 +662,7 @@ var Editor = Module("editor", {
|
|||||||
|
|
||||||
mappings.add([modes.VISUAL],
|
mappings.add([modes.VISUAL],
|
||||||
["v", "V"], "End visual mode",
|
["v", "V"], "End visual mode",
|
||||||
function () { events.onEscape(); }); // XXX
|
function () { modes.pop(); });
|
||||||
|
|
||||||
mappings.add([modes.TEXT_EDIT],
|
mappings.add([modes.TEXT_EDIT],
|
||||||
["V"], "Start visual line mode",
|
["V"], "Start visual line mode",
|
||||||
|
|||||||
Reference in New Issue
Block a user