diff --git a/common/content/editor.js b/common/content/editor.js index 3d858395..74c9d1a0 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -318,7 +318,6 @@ function Editor() //{{{ [""], "Edit text field with an external editor", function () { editor.editFieldExternally(); }); - // FIXME: does not work correctly mappings.add([modes.INSERT], [""], "Edit text field in Vi mode", function () { liberator.mode = modes.TEXTAREA; });