summaryrefslogtreecommitdiff
path: root/common/content
diff options
context:
space:
mode:
authorKris Maglione <maglione.k@gmail.com>2011-10-09 20:49:34 -0400
committerKris Maglione <maglione.k@gmail.com>2011-10-09 20:49:34 -0400
commitd4444356000a1d4710ea3c6b4cbace3883954511 (patch)
treea0ecc4f2e7a1f4f3c64f3fecbe3bf62361a24f16 /common/content
parent40d9642cc3b819ee549c07fdf420c82f0a9a99cd (diff)
downloadpentadactyl-d4444356000a1d4710ea3c6b4cbace3883954511.tar.gz
Zoom stuff.
Diffstat (limited to 'common/content')
-rw-r--r--common/content/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/editor.js b/common/content/editor.js
index 0caf5a4f..28611ebf 100644
--- a/common/content/editor.js
+++ b/common/content/editor.js
@@ -1229,7 +1229,7 @@ var Editor = Module("editor", XPCOM(Ci.nsIEditActionListener, ModuleBase), {
},
{ count: true });
- mappings.add([modes.TEXT_EDIT, modes.VISUAL],
+ mappings.add([modes.COMMAND],
['"'], "Bind a register to the next command",
function ({ arg }) {
editor.currentRegister = arg;