mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-09 13:34:29 +03:00
make tab sequence feel right
This commit is contained in:
parent
4bb8ab32ef
commit
71fc1d5b40
@ -37,6 +37,7 @@ export class QuitCommand extends node.CommandBase {
|
||||
await vscode.commands.executeCommand('workbench.action.closeAllEditors');
|
||||
} else {
|
||||
await vscode.commands.executeCommand('workbench.action.closeActiveEditor');
|
||||
await vscode.commands.executeCommand('workbench.action.previousEditor');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user