diff --git a/common/content/editor.js b/common/content/editor.js index f92f3e0e..1b62fac8 100644 --- a/common/content/editor.js +++ b/common/content/editor.js @@ -661,6 +661,13 @@ var Editor = Module("editor", { "Handled by " + config.host, function () Events.PASS); + mappings.add([modes.INSERT, modes.NORMAL], + [""], "Select the next element in the tab sequence", + function () Events.PASS); + mappings.add([modes.INSERT, modes.NORMAL], + [""], "Select the previous element in the tab sequence", + function () Events.PASS); + mappings.add([modes.INSERT], ["", ""], "Expand insert mode abbreviation", function () {