aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-11-10 21:43:39 +0000
committerStephen Blott2014-11-10 21:43:39 +0000
commit0516f6af3b84ee15928e2d7a2a6d4c20ca461049 (patch)
tree6718b8d41c3507d8818b01d6a4a9fc65fe1f25b0 /background_scripts
parent2687fbe835e447beb875f399c4c150dfe919535e (diff)
parentdf521c26fda9b8d3e8c182fc85deaf5b8c723cd4 (diff)
downloadvimium-0516f6af3b84ee15928e2d7a2a6d4c20ca461049.tar.bz2
Merge branch 'smooth-scrolling-requestAnimationFrame' of github.com:mrmr1993/vimium into mrmr1993-smooth-scrolling-requestAnimationFrame
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/settings.coffee1
1 files changed, 1 insertions, 0 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index d6e8fcde..f68a51d7 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -61,6 +61,7 @@ root.Settings = Settings =
# or strings
defaults:
scrollStepSize: 60
+ smoothScroll: false
keyMappings: "# Insert your prefered key mappings here."
linkHintCharacters: "sadfjklewcmpgh"
linkHintNumbers: "0123456789"