From 7b43a7f25d3dddc00ca0e5fdb6a284451204358e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 7 Jan 2015 21:14:14 +0000 Subject: [PATCH] qutebrowser: fix tab movement keys --- qutebrowser/keys.conf | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/qutebrowser/keys.conf b/qutebrowser/keys.conf index d8d8c04..a99dbf6 100644 --- a/qutebrowser/keys.conf +++ b/qutebrowser/keys.conf @@ -83,17 +83,17 @@ tab-move gm tab-move - - gl + gj tab-move + - gr + gk tab-next - J + K gt tab-prev - K + J gT tab-clone @@ -385,11 +385,6 @@ open-editor follow-hint -[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 -- 2.48.1