mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 06:27:59 +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) {
|
||||
dactyl.assert(editor.isTextArea);
|
||||
editor.executeCommand("cmd_cut");
|
||||
modes.replace(modes.VISUAL);
|
||||
modes.replace(modes.INSERT, modes.TEXTAREA);
|
||||
});
|
||||
|
||||
mappings.add([modes.VISUAL],
|
||||
|
||||
Reference in New Issue
Block a user