Add close tabs to the right command
This commit is contained in:
parent
1fc44c783a
commit
c03ab2862b
5 changed files with 17 additions and 0 deletions
|
@ -21,6 +21,7 @@ const KeyMapFields = [
|
|||
['mark.jump.prefix', 'Jump to the mark'],
|
||||
], [
|
||||
['tabs.close', 'Close a tab'],
|
||||
['tabs.close.right', 'Close tabs to the right'],
|
||||
['tabs.reopen', 'Reopen closed tab'],
|
||||
['tabs.next?{"count":1}', 'Select next Tab'],
|
||||
['tabs.prev?{"count":1}', 'Select prev Tab'],
|
||||
|
|
Reference in a new issue