code review

* change default keybinding for pin/unpin tab from 'p' to 'zp'
 * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
This commit is contained in:
Jiabo Hou 2017-11-05 17:59:46 -05:00
parent c2d2f895a5
commit 87b8280d4b
4 changed files with 13 additions and 9 deletions

View file

@ -32,7 +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" },
"zp": { "type": "tabs.pin.toggle" },
"zi": { "type": "zoom.in" },
"zo": { "type": "zoom.out" },
"zz": { "type": "zoom.neutral" },