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

jh-changes
Cornelius Matějka 7 years ago
parent 5c803656f2
commit 478aa3cfab
  1. 2
      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 },