aboutsummaryrefslogtreecommitdiffstats
path: root/background_scripts
diff options
context:
space:
mode:
authorStephen Blott2014-11-16 08:47:15 +0000
committerStephen Blott2014-11-16 09:23:55 +0000
commitda6c5387ff89ad523f38881248f947525d0a4535 (patch)
tree42ceb5c742ed4f9c61650f70d0ad7b53cd944b17 /background_scripts
parented3d40acb350812b7e0dbafd30f2777f04369d86 (diff)
downloadvimium-da6c5387ff89ad523f38881248f947525d0a4535.tar.bz2
Smooth scroll; fix-ups requested by @philc.
Diffstat (limited to 'background_scripts')
-rw-r--r--background_scripts/settings.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/settings.coffee b/background_scripts/settings.coffee
index f68a51d7..4a63a5fb 100644
--- a/background_scripts/settings.coffee
+++ b/background_scripts/settings.coffee
@@ -61,7 +61,7 @@ root.Settings = Settings =
# or strings
defaults:
scrollStepSize: 60
- smoothScroll: false
+ smoothScroll: true
keyMappings: "# Insert your prefered key mappings here."
linkHintCharacters: "sadfjklewcmpgh"
linkHintNumbers: "0123456789"