Dummy selectPrevSelTab implementation
This commit is contained in:
parent
0b37c2250e
commit
50cc126e08
4 changed files with 20 additions and 2 deletions
|
@ -30,6 +30,7 @@ export default {
|
|||
"J": { "type": "tabs.next", "count": 1 },
|
||||
"g0": { "type": "tabs.first" },
|
||||
"g$": { "type": "tabs.last" },
|
||||
"gl": { "type": "tabs.prevsel" },
|
||||
"r": { "type": "tabs.reload", "cache": false },
|
||||
"R": { "type": "tabs.reload", "cache": true },
|
||||
"zp": { "type": "tabs.pin.toggle" },
|
||||
|
|
Reference in a new issue