aboutsummaryrefslogtreecommitdiff
path: root/config/qutebrowser/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config/qutebrowser/config.py')
-rw-r--r--config/qutebrowser/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py
index f287524..db7c2da 100644
--- a/config/qutebrowser/config.py
+++ b/config/qutebrowser/config.py
@@ -79,6 +79,9 @@ config.bind('<Ctrl-K>', 'completion-item-focus prev', 'command')
config.bind('J', 'tab-prev', 'normal')
config.bind('K', 'tab-next', 'normal')
+config.bind('gJ', 'tab-move -', 'normal')
+config.bind('gK', 'tab-move +', 'normal')
+
config.bind('<F12>', 'devtools', 'normal')
config.bind('j', 'scroll-page 0 0.05', 'normal')