From 2a84a31f3a28f968446f8255cc608ecbe21d18d7 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sat, 12 Mar 2011 17:16:14 -0500 Subject: [PATCH] Add missing / bindings. --- common/content/editor.js | 7 +++++++ 1 file changed, 7 insertions(+) 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 () {