Pinned tabs are not closeable by 'd'
Added binding 'DD' to force tab close which also closes pinned tabs
This commit is contained in:
parent
423d17aeb6
commit
e7dcd7f500
4 changed files with 16 additions and 3 deletions
|
@ -23,6 +23,7 @@ export default {
|
|||
"G": { "type": "scroll.bottom" },
|
||||
"$": { "type": "scroll.end" },
|
||||
"d": { "type": "tabs.close" },
|
||||
"DD": { "type": "tabs.close.force" },
|
||||
"u": { "type": "tabs.reopen" },
|
||||
"K": { "type": "tabs.prev", "count": 1 },
|
||||
"J": { "type": "tabs.next", "count": 1 },
|
||||
|
|
Reference in a new issue