tabs.close.right: rename gd
-> x$
This commit is contained in:
parent
6605d3ea99
commit
9a3e8f3237
4 changed files with 5 additions and 5 deletions
|
@ -354,7 +354,7 @@ export const DefaultSettingData: SettingData = SettingData.valueOf({
|
|||
"$": { "type": "scroll.end" },
|
||||
"d": { "type": "tabs.close" },
|
||||
"D": { "type": "tabs.close", "selectLeft": true },
|
||||
"gd": { "type": "tabs.close.right" },
|
||||
"x$": { "type": "tabs.close.right" },
|
||||
"!d": { "type": "tabs.close.force" },
|
||||
"u": { "type": "tabs.reopen" },
|
||||
"K": { "type": "tabs.prev" },
|
||||
|
|
|
@ -147,7 +147,7 @@ export const DefaultSetting: Settings = {
|
|||
'$': { 'type': 'scroll.end' },
|
||||
'd': { 'type': 'tabs.close' },
|
||||
'D': { 'type': 'tabs.close', 'selectLeft': true },
|
||||
'gd': { 'type': 'tabs.close.right' },
|
||||
'x$': { 'type': 'tabs.close.right' },
|
||||
'!d': { 'type': 'tabs.close.force' },
|
||||
'u': { 'type': 'tabs.reopen' },
|
||||
'K': { 'type': 'tabs.prev' },
|
||||
|
|
Reference in a new issue