Add :bdeletes command
This commit is contained in:
parent
b0dddc9fa7
commit
c4fb6f0131
3 changed files with 12 additions and 1 deletions
|
@ -84,6 +84,8 @@ const exec = (tab, line, settings) => {
|
|||
case 'b':
|
||||
case 'buffer':
|
||||
return bufferCommand(args);
|
||||
case 'bdeletes':
|
||||
return tabs.closeTabsByKeywords(args.join(' '));
|
||||
case 'addbookmark':
|
||||
return addBookmarkCommand(tab, args).then((item) => {
|
||||
if (!item) {
|
||||
|
|
Reference in a new issue