Clean up TAB_FIRST operation
This commit is contained in:
parent
2c97f8a4f3
commit
d0df1a05a1
3 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ export default {
|
|||
"u": { "type": "tabs.reopen" },
|
||||
"K": { "type": "tabs.prev", "count": 1 },
|
||||
"J": { "type": "tabs.next", "count": 1 },
|
||||
"g0": { "type": "tabs.first", "count": 1 },
|
||||
"g0": { "type": "tabs.first"},
|
||||
"r": { "type": "tabs.reload", "cache": false },
|
||||
"R": { "type": "tabs.reload", "cache": true },
|
||||
"zi": { "type": "zoom.in" },
|
||||
|
|
Reference in a new issue