From 94ea35c9e88274fc37cc4ea5059397d79d2587f8 Mon Sep 17 00:00:00 2001 From: Thiago Barroso Perrotta Date: Mon, 5 Jan 2015 01:57:10 -0200 Subject: [PATCH 1/2] add g[tT] for cycling through tabs (LuaKit/vim like) --- qutebrowser/config/configdata.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 17d812dab..2bd7c9e1d 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -940,8 +940,8 @@ KEY_DATA = collections.OrderedDict([ ('tab-move', ['gm']), ('tab-move -', ['gl']), ('tab-move +', ['gr']), - ('tab-next', ['J']), - ('tab-prev', ['K']), + ('tab-next', ['J','gt']), + ('tab-prev', ['K','gT']), ('tab-clone', ['gC']), ('reload', ['r']), ('reload -f', ['R']), From 2d77381660f3a95797eda268a2754bd96146bfd8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Jan 2015 18:47:25 +0100 Subject: [PATCH 2/2] Regenerate authors --- README.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.asciidoc b/README.asciidoc index dd06b0540..005ca59e6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -135,6 +135,7 @@ Contributors, sorted by the number of commits in descending order: * Regina Hug * Mathias Fussenegger * Larry Hynes +* Thiago Barroso Perrotta * Peter Vilim * Matthias Lisin * Helen Sherwood-Taylor