mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 08:54:13 +01:00
Make caret visible while selected when in Visual Text Edit mode.
This commit is contained in:
@@ -307,6 +307,12 @@ var MOW = Module("mow", {
|
||||
})
|
||||
}, {
|
||||
}, {
|
||||
modes: function initModes() {
|
||||
modes.addMode("OUTPUT_MULTILINE", {
|
||||
description: "Active when the multi-line output buffer is open",
|
||||
bases: [modes.NORMAL]
|
||||
});
|
||||
},
|
||||
mappings: function initMappings() {
|
||||
const PASS = true;
|
||||
const DROP = false;
|
||||
|
||||
Reference in New Issue
Block a user