Changed default key binding for closing pined tabs ('DD' -> '!d')as requested in PR
This commit is contained in:
parent
5c803656f2
commit
478aa3cfab
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||||
|
|
Reference in a new issue