Skip to content

Commit

Permalink
feat: change tab selecting shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanSalt committed Mar 25, 2021
1 parent be0433e commit cd3c737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/terminal.menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
},
{
"label": "Select Previous Tab#!menu.previoustab",
"accelerator": "CmdOrCtrl+[",
"accelerator": "CmdOrCtrl+Alt+Left",
"command": "select-previous-tab"
},
{
"label": "Select Next Tab#!menu.nexttab",
"accelerator": "CmdOrCtrl+]",
"accelerator": "CmdOrCtrl+Alt+Right",
"command": "select-next-tab"
},
{
Expand Down

0 comments on commit cd3c737

Please sign in to comment.