1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 17:05:45 +01:00

Zoom stuff.

This commit is contained in:
Kris Maglione
2011-10-09 20:49:34 -04:00
parent 40d9642cc3
commit d444435600
2 changed files with 6 additions and 3 deletions

View File

@@ -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;