aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorStephen Blott2016-02-10 09:47:38 +0000
committerStephen Blott2016-02-18 07:34:30 +0000
commitdcc5427b4b3c4a9440675c8443b31dc98fb62fdd (patch)
tree7e5fb3a006810c60c89439ed93c2dd3f366a034c /lib
parentdaa357f1a753fd4c17427f68e0f0c3338e9d668b (diff)
downloadvimium-dcc5427b4b3c4a9440675c8443b31dc98fb62fdd.tar.bz2
PassNextKey; store key mapping in settings.
We need the key mapped to passNextKey in the front end so that we can activate pass-next-key from within insert mode too (without the need to consult the background page).
Diffstat (limited to 'lib')
-rw-r--r--lib/settings.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee
index 31aad7ad..2e5ddcc0 100644
--- a/lib/settings.coffee
+++ b/lib/settings.coffee
@@ -174,6 +174,7 @@ Settings =
settingsVersion: Utils.getCurrentVersion()
helpDialog_showAdvancedCommands: false
optionsPage_showAdvancedOptions: false
+ passNextKeyKey: ""
Settings.init()