add g[tT] for cycling through tabs (LuaKit/vim like)
This commit is contained in:
parent
efe96462c9
commit
94ea35c9e8
@ -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']),
|
||||
|
Loading…
Reference in New Issue
Block a user