diff options
| author | Stephen Blott | 2014-11-10 21:43:39 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2014-11-10 21:43:39 +0000 | 
| commit | 0516f6af3b84ee15928e2d7a2a6d4c20ca461049 (patch) | |
| tree | 6718b8d41c3507d8818b01d6a4a9fc65fe1f25b0 /background_scripts | |
| parent | 2687fbe835e447beb875f399c4c150dfe919535e (diff) | |
| parent | df521c26fda9b8d3e8c182fc85deaf5b8c723cd4 (diff) | |
| download | vimium-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.coffee | 1 | 
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" | 
