aboutsummaryrefslogtreecommitdiff
path: root/src/settings
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-12-27 19:17:07 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-12-27 19:49:48 +0900
commitc03ab2862bf1fe015a0f7e9d9baf6738d639d425 (patch)
tree20c7ef6949e9c5d03d0ec89aec3d2664fc76747e /src/settings
parent1fc44c783aec2f155307b2de484c204cf39cbff1 (diff)
Add close tabs to the right command
Diffstat (limited to 'src/settings')
-rw-r--r--src/settings/components/form/keymaps-form.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings/components/form/keymaps-form.jsx b/src/settings/components/form/keymaps-form.jsx
index eaa8336..ca51c96 100644
--- a/src/settings/components/form/keymaps-form.jsx
+++ b/src/settings/components/form/keymaps-form.jsx
@@ -21,6 +21,7 @@ const KeyMapFields = [
['mark.jump.prefix', 'Jump to the mark'],
], [
['tabs.close', 'Close a tab'],
+ ['tabs.close.right', 'Close tabs to the right'],
['tabs.reopen', 'Reopen closed tab'],
['tabs.next?{"count":1}', 'Select next Tab'],
['tabs.prev?{"count":1}', 'Select prev Tab'],