fix form key bindings
This commit is contained in:
parent
6b7fad3e49
commit
6821372fc7
2 changed files with 4 additions and 2 deletions
|
@ -83,7 +83,8 @@ export default {
|
|||
'tabs.prev?{"count":1}': 'K',
|
||||
'tabs.first': 'g0',
|
||||
'tabs.last': 'g$',
|
||||
'tabs.reload?{"cache":true}': 'r',
|
||||
'tabs.reload?{"cache":false}': 'r',
|
||||
'tabs.reload?{"cache":true}': 'R',
|
||||
'tabs.pin.toggle': 'zp',
|
||||
'tabs.duplicate': 'zd',
|
||||
|
||||
|
|
Reference in a new issue