mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 20:22:26 +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",
|
||||
function () { editor.editFieldExternally(); });
|
||||
|
||||
// FIXME: <esc> does not work correctly
|
||||
mappings.add([modes.INSERT],
|
||||
["<C-t>"], "Edit text field in Vi mode",
|
||||
function () { liberator.mode = modes.TEXTAREA; });
|
||||
|
||||
Reference in New Issue
Block a user