From 478aa3cfab255fdf33bef175358bd21478f56882 Mon Sep 17 00:00:00 2001
From: Cornelius Matějka <matejka.cornelius@mailbox.org>
Date: Sat, 13 Jan 2018 18:26:12 +0100
Subject: Changed default key binding for closing pined tabs ('DD' -> '!d')as
 requested in PR

---
 src/shared/settings/default.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/shared/settings/default.js b/src/shared/settings/default.js
index 826e3f6..c85a079 100644
--- a/src/shared/settings/default.js
+++ b/src/shared/settings/default.js
@@ -23,7 +23,7 @@ export default {
     "G": { "type": "scroll.bottom" },
     "$": { "type": "scroll.end" },
     "d": { "type": "tabs.close" },
-    "DD": { "type": "tabs.close.force" },
+    "!d": { "type": "tabs.close.force" },
     "u": { "type": "tabs.reopen" },
     "K": { "type": "tabs.prev", "count": 1 },
     "J": { "type": "tabs.next", "count": 1 },
-- 
cgit v1.2.3