feat(vscodium): new keymaps to toggle tabs view

This commit is contained in:
Sergio Laín 2024-01-23 01:08:25 +01:00
parent 6faa17058e
commit cb36b1bd9b
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -76,6 +76,8 @@ vim.api.nvim_create_autocmd("User", {
map("n", "H", vscode_action("workbench.action.previousEditorInGroup"))
map("n", "L", vscode_action("workbench.action.nextEditorInGroup"))
map("n", "<leader>bd", vscode_action("workbench.action.closeActiveEditor"))
map("n", "<leader><tab>", vscode_action("workbench.action.showMultipleEditorTabs"))
map("n", "<leader><s-tab>", vscode_action("workbench.action.showEditorTab"))
-- breakpoints
map("n", "<F2>", vscode_action("editor.debug.action.toggleBreakpoint"))
-- windows