Merge pull request #137 from alx741/tabs
Most recently used tab selector
This commit is contained in:
commit
423d17aeb6
5 changed files with 21 additions and 2 deletions
|
@ -28,6 +28,7 @@ export default {
|
|||
"J": { "type": "tabs.next", "count": 1 },
|
||||
"g0": { "type": "tabs.first" },
|
||||
"g$": { "type": "tabs.last" },
|
||||
"<C-6>": { "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