We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36577ef commit 2521d25Copy full SHA for 2521d25
lua/astrocommunity/recipes/vscode/init.lua
@@ -76,6 +76,7 @@ return {
76
maps.n["[b"] = "<Cmd>Tabprevious<CR>"
77
maps.n["<Leader>c"] = "<Cmd>Tabclose<CR>"
78
maps.n["<Leader>C"] = "<Cmd>Tabclose!<CR>"
79
+ maps.n["<Leader>bc"] = function() require("vscode").action "workbench.action.closeOtherEditors" end
80
maps.n["<Leader>bp"] = "<Cmd>Tablast<CR>"
81
82
-- file explorer
0 commit comments