diff --git a/common/content/editor.js b/common/content/editor.js index 1deceefb..e6eae778 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -619,8 +619,9 @@ var Editor = Module("editor", { bind([""], "Insert clipboard/selection", function () { editor.pasteClipboard(); }); - bind([""], "Edit text field with an external editor", - function () { editor.editFieldExternally(); }); + mappings.add([modes.INPUT], + [""], "Edit text field with an external editor", + function () { editor.editFieldExternally(); }); bind([""], "Edit text field in Vi mode", function () {