add g[tT] for cycling through tabs (LuaKit/vim like)

This commit is contained in:
Thiago Barroso Perrotta 2015-01-05 01:57:10 -02:00
parent efe96462c9
commit 94ea35c9e8

View File

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