diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index ddf9e083e169d30db7bd8bd2ebf17a913aa6e465..ff6057eea73a6b78a417abc37e85859e37580977 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -77,5 +77,7 @@ config.bind('<ctrl+p>', 'tab-prev')
 
 config.bind('Ctrl-b', 'set-cmd-text -s :quickmark-load')
 config.bind('b', 'set-cmd-text -s :buffer')
-config.bind('J', 'scroll-page 0 1')
-config.bind('K', 'scroll-page 0 -1')
+# config.bind('J', 'scroll-page 0 1')
+# config.bind('K', 'scroll-page 0 -1')
+config.bind('J', 'tab-next')
+config.bind('K', 'tab-prev')