added support for pinning/unpinning tabs
features: * pin tab * unpin tab * toggle pin/unpin tab
This commit is contained in:
parent
b3b017a123
commit
c2d2f895a5
5 changed files with 24 additions and 1 deletions
|
@ -32,6 +32,7 @@ export default {
|
|||
"g$": { "type": "tabs.last" },
|
||||
"r": { "type": "tabs.reload", "cache": false },
|
||||
"R": { "type": "tabs.reload", "cache": true },
|
||||
"p": { "type": "tabs.pin.toggle" },
|
||||
"zi": { "type": "zoom.in" },
|
||||
"zo": { "type": "zoom.out" },
|
||||
"zz": { "type": "zoom.neutral" },
|
||||
|
|
Reference in a new issue