]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: fix tab movement keys
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 7 Jan 2015 21:14:14 +0000 (21:14 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 7 Jan 2015 21:14:14 +0000 (21:14 +0000)
qutebrowser/keys.conf

index d8d8c04fc121dbc51dc7225336ad94592a7d64d0..a99dbf67dd61586eb2a9057c6b4b68231d5ac158 100644 (file)
@@ -83,17 +83,17 @@ tab-move
     gm
 
 tab-move -
     gm
 
 tab-move -
-    gl
+    gj
 
 tab-move +
 
 tab-move +
-    gr
+    gk
 
 tab-next
 
 tab-next
-    J
+    K
     gt
 
 tab-prev
     gt
 
 tab-prev
-    K
+    J
     gT
 
 tab-clone
     gT
 
 tab-clone
@@ -385,11 +385,6 @@ open-editor
 follow-hint
     <Return>
 
 follow-hint
     <Return>
 
-[passthrough]
-# Keybindings for passthrough mode.
-# Since normal keypresses are passed through, only special keys are
-# supported in this mode.
-
 [command]
 # Keybindings for command mode.
 # Since normal keypresses are passed through, only special keys are
 [command]
 # Keybindings for command mode.
 # Since normal keypresses are passed through, only special keys are