Skip to content

Commit

Permalink
Fix typos in focus editor group commands (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
CAESIUS-TIM authored Dec 28, 2023
1 parent dbc543a commit ac14ffb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1036,27 +1036,27 @@
},
{
"key": "h",
"name": "Move editor left",
"name": "Focus editor group left",
"type": "command",
"command": "workbench.action.focusPreviousGroup"
"command": "workbench.action.focusLeftGroup"
},
{
"key": "j",
"name": "Move editor down",
"name": "Focus editor group down",
"type": "command",
"command": "workbench.action.focusBelowGroup"
},
{
"key": "k",
"name": "Move editor up",
"name": "Focus editor group up",
"type": "command",
"command": "workbench.action.focusAboveGroup"
},
{
"key": "l",
"name": "Move editor right",
"name": "Focus editor group right",
"type": "command",
"command": "workbench.action.focusNextGroup"
"command": "workbench.action.focusRightGroup"
},
{
"key": "H",
Expand Down

0 comments on commit ac14ffb

Please sign in to comment.