diff options
Diffstat (limited to 'src/shared/Settings.ts')
-rw-r--r-- | src/shared/Settings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Settings.ts b/src/shared/Settings.ts index c51cbc5..19101c1 100644 --- a/src/shared/Settings.ts +++ b/src/shared/Settings.ts @@ -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' }, |