Skip to content

Commit 32bfdbe

Browse files
authored
feat(vscode): add key mapping for showing active editors (#1671)
Add key mapping for showing active editors for VSCode
1 parent 9e0ca5b commit 32bfdbe

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/recipes/vscode

1 file changed

+1
-0
lines changed

lua/astrocommunity/recipes/vscode/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ return {
101101
maps.n["<Leader>fo"] = function() require("vscode").action "workbench.action.openRecent" end
102102
maps.n["<Leader>ft"] = function() require("vscode").action "workbench.action.selectTheme" end
103103
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
104105

105106
-- git client
106107
maps.n["<Leader>gg"] = function() require("vscode").action "workbench.view.scm" end

0 commit comments

Comments
 (0)