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 -', ['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']),