Clean up TAB_FIRST operation

This commit is contained in:
Daniel Campoverde 2017-10-29 22:03:46 -05:00
parent 2c97f8a4f3
commit d0df1a05a1
3 changed files with 4 additions and 4 deletions

View file

@ -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" },