diff options
Diffstat (limited to '.config/myconf/surfingkeys_config.js')
-rw-r--r-- | .config/myconf/surfingkeys_config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/myconf/surfingkeys_config.js b/.config/myconf/surfingkeys_config.js index fdf3e2de..f72ac429 100644 --- a/.config/myconf/surfingkeys_config.js +++ b/.config/myconf/surfingkeys_config.js @@ -47,6 +47,9 @@ mapkey('N','Find previous then center cursor', function(){ Visual.feedkeys('zz'); }); +// with firefox RFP enabled in user.js, smooth scroll and gg/G do not work, firefox RFP's feature +settings.smoothScroll = false; + // set theme settings.theme = ` .sk_theme { |