From cb36b1bd9b5cb1b603b1ed704fa2a773333926ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 23 Jan 2024 01:08:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(vscodium):=20new=20keymaps=20t?= =?UTF-8?q?o=20toggle=20tabs=20view?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/nvim/lua/plugins/extras/util/vscode.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/util/vscode.lua b/.config/nvim/lua/plugins/extras/util/vscode.lua index c42adfef..19e4f925 100644 --- a/.config/nvim/lua/plugins/extras/util/vscode.lua +++ b/.config/nvim/lua/plugins/extras/util/vscode.lua @@ -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", "bd", vscode_action("workbench.action.closeActiveEditor")) + map("n", "", vscode_action("workbench.action.showMultipleEditorTabs")) + map("n", "", vscode_action("workbench.action.showEditorTab")) -- breakpoints map("n", "", vscode_action("editor.debug.action.toggleBreakpoint")) -- windows