mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-01 19:42:34 +01:00
Make caret visible while selected when in Visual Text Edit mode.
This commit is contained in:
@@ -1502,6 +1502,8 @@ var CommandLine = Module("commandline", {
|
||||
});
|
||||
},
|
||||
modes: function initModes() {
|
||||
initModes.require("editor");
|
||||
|
||||
modes.addMode("COMMAND_LINE", {
|
||||
char: "c",
|
||||
description: "Active when the command line is focused",
|
||||
|
||||
Reference in New Issue
Block a user