Remove gt/gT bindings

Those were added in #443, inspired by luakit.

However, all other bindings follow dwb's defaults, and dwb uses `gt` for
showing buffers. To be consistent, let's rebind gt to show :buffer.
This commit is contained in:
Florian Bruhin 2016-03-31 07:00:57 +02:00
parent c1cec53c0e
commit 14b9f3d8f5

View File

@ -1397,8 +1397,8 @@ KEY_DATA = collections.OrderedDict([
('tab-move', ['gm']), ('tab-move', ['gm']),
('tab-move -', ['gl']), ('tab-move -', ['gl']),
('tab-move +', ['gr']), ('tab-move +', ['gr']),
('tab-focus', ['J', 'gt']), ('tab-focus', ['J']),
('tab-prev', ['K', 'gT']), ('tab-prev', ['K']),
('tab-clone', ['gC']), ('tab-clone', ['gC']),
('reload', ['r']), ('reload', ['r']),
('reload -f', ['R']), ('reload -f', ['R']),