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:
parent
c2d2f895a5
commit
87b8280d4b
4 changed files with 13 additions and 9 deletions
|
@ -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" },
|
||||
|
|
Reference in a new issue