Changed default key binding for closing pined tabs ('DD' -> '!d')as requested in PR

This commit is contained in:
Cornelius Matějka 2018-01-13 18:26:12 +01:00
parent 5c803656f2
commit 478aa3cfab

View file

@ -23,7 +23,7 @@ export default {
"G": { "type": "scroll.bottom" }, "G": { "type": "scroll.bottom" },
"$": { "type": "scroll.end" }, "$": { "type": "scroll.end" },
"d": { "type": "tabs.close" }, "d": { "type": "tabs.close" },
"DD": { "type": "tabs.close.force" }, "!d": { "type": "tabs.close.force" },
"u": { "type": "tabs.reopen" }, "u": { "type": "tabs.reopen" },
"K": { "type": "tabs.prev", "count": 1 }, "K": { "type": "tabs.prev", "count": 1 },
"J": { "type": "tabs.next", "count": 1 }, "J": { "type": "tabs.next", "count": 1 },