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 9e0ca5b commit 32bfdbeCopy full SHA for 32bfdbe
lua/astrocommunity/recipes/vscode/init.lua
@@ -101,6 +101,7 @@ return {
101
maps.n["<Leader>fo"] = function() require("vscode").action "workbench.action.openRecent" end
102
maps.n["<Leader>ft"] = function() require("vscode").action "workbench.action.selectTheme" end
103
maps.n["<Leader>fw"] = function() require("vscode").action "workbench.action.findInFiles" end
104
+ maps.n["<Leader>fb"] = function() require("vscode").action "workbench.action.showEditorsInGroup" end
105
106
-- git client
107
maps.n["<Leader>gg"] = function() require("vscode").action "workbench.view.scm" end
0 commit comments