Skip to content

Commit 799a493

Browse files
committed
feat: change editor icons
1 parent 084d58d commit 799a493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/keys/editor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,12 @@ const newEditor: UserMenu = {
172172

173173
const prevEditor: UserKeyBase = {
174174
name: "Previous editor",
175-
icon: "arrow-up",
175+
icon: "arrow-left",
176176
command: "workbench.action.previousEditor",
177177
};
178178

179179
const nextEditor: UserKeyBase = {
180180
name: "Next editor",
181-
icon: "arrow-down",
181+
icon: "arrow-right",
182182
command: "workbench.action.nextEditor",
183183
};

0 commit comments

Comments
 (0)