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
|
@ -33,6 +33,7 @@ export default {
|
|||
|
||||
// Tabs
|
||||
TAB_CLOSE: 'tabs.close',
|
||||
TAB_CLOSE_FORCE: 'tabs.close.force',
|
||||
TAB_REOPEN: 'tabs.reopen',
|
||||
TAB_PREV: 'tabs.prev',
|
||||
TAB_NEXT: 'tabs.next',
|
||||
|
|
Reference in a new issue