mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 00:32:27 +01:00
Remove fixed FIXME comment.
This commit is contained in:
@@ -318,7 +318,6 @@ function Editor() //{{{
|
|||||||
["<C-i>"], "Edit text field with an external editor",
|
["<C-i>"], "Edit text field with an external editor",
|
||||||
function () { editor.editFieldExternally(); });
|
function () { editor.editFieldExternally(); });
|
||||||
|
|
||||||
// FIXME: <esc> does not work correctly
|
|
||||||
mappings.add([modes.INSERT],
|
mappings.add([modes.INSERT],
|
||||||
["<C-t>"], "Edit text field in Vi mode",
|
["<C-t>"], "Edit text field in Vi mode",
|
||||||
function () { liberator.mode = modes.TEXTAREA; });
|
function () { liberator.mode = modes.TEXTAREA; });
|
||||||
|
|||||||
Reference in New Issue
Block a user