add support for duplicating current tab

This commit is contained in:
usk 2017-11-04 07:38:51 +09:00
parent 256820f78d
commit c4de9ec451
5 changed files with 10 additions and 1 deletions

View file

@ -33,6 +33,7 @@ export default {
"r": { "type": "tabs.reload", "cache": false },
"R": { "type": "tabs.reload", "cache": true },
"zp": { "type": "tabs.pin.toggle" },
"zd": { "type": "tabs.duplicate" },
"zi": { "type": "zoom.in" },
"zo": { "type": "zoom.out" },
"zz": { "type": "zoom.neutral" },