aboutsummaryrefslogtreecommitdiff
path: root/src/shared/settings
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-02-04 09:44:01 +0900
committerGitHub <noreply@github.com>2019-02-04 09:44:01 +0900
commit5cb6b5f76aa0bbd731aaeff1e1d76a6b59135fa8 (patch)
tree75d556081f42b0e6f374e4993355792f5f8e5591 /src/shared/settings
parent6282204fc64902232b8a8cb181b2eadb0f8097bf (diff)
parent54bbe4ecbdb53dddd97db18581edb0704b4cb76f (diff)
Merge pull request #516 from ueokande/close-tabs-to-the-right
Add close tabs to the right command
Diffstat (limited to 'src/shared/settings')
-rw-r--r--src/shared/settings/default.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js
index 5b0950e..6523a74 100644
--- a/src/shared/settings/default.js
+++ b/src/shared/settings/default.js
@@ -24,6 +24,7 @@ export default {
"G": { "type": "scroll.bottom" },
"$": { "type": "scroll.end" },
"d": { "type": "tabs.close" },
+ "D": { "type": "tabs.close.right" },
"!d": { "type": "tabs.close.force" },
"u": { "type": "tabs.reopen" },
"K": { "type": "tabs.prev", "count": 1 },