diff options
Diffstat (limited to 'src/settings')
-rw-r--r-- | src/settings/keymaps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/keymaps.ts b/src/settings/keymaps.ts index b9a08e6..24ba1a5 100644 --- a/src/settings/keymaps.ts +++ b/src/settings/keymaps.ts @@ -18,7 +18,7 @@ const fields = [ ['mark.set.prefix', 'Set mark at current position'], ['mark.jump.prefix', 'Jump to the mark'], ], [ - ['tabs.close?{"selectLeft":false}', 'Close a tab'], + ['tabs.close?{"select":"right"}', 'Close a tab'], ['tabs.close.right', 'Close all tabs to the right'], ['tabs.reopen', 'Reopen closed tab'], ['tabs.next', 'Select next tab'], |