mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 10:47:58 +01:00
Fix 'c' and 's' VISUAL mode mappings.
--HG-- branch : mode-refactoring
This commit is contained in:
@@ -696,7 +696,7 @@ const Editor = Module("editor", {
|
|||||||
function (count) {
|
function (count) {
|
||||||
dactyl.assert(editor.isTextArea);
|
dactyl.assert(editor.isTextArea);
|
||||||
editor.executeCommand("cmd_cut");
|
editor.executeCommand("cmd_cut");
|
||||||
modes.replace(modes.VISUAL);
|
modes.replace(modes.INSERT, modes.TEXTAREA);
|
||||||
});
|
});
|
||||||
|
|
||||||
mappings.add([modes.VISUAL],
|
mappings.add([modes.VISUAL],
|
||||||
|
|||||||
Reference in New Issue
Block a user