Skip to content

Commit

Permalink
fix: 调换切换前后标签页快捷键为正确顺序
Browse files Browse the repository at this point in the history
Log: 调换切换前后标签页快捷键为正确顺序
Signed-off-by: Yutao Meng <[email protected]>
  • Loading branch information
ArchieMeng committed Dec 6, 2023
1 parent 2dc0b3d commit 32338cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/other/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@
"key": "previous_tab",
"name": "Previous tab",
"type": "shortcut",
"default": "Ctrl+Tab"
"default": "Ctrl+Shift+Tab"
},
{
"key": "next_tab",
"name": "Next tab",
"type": "shortcut",
"default": "Ctrl+Shift+Tab"
"default": "Ctrl+Tab"
},
{
"key": "vertical_split",
Expand Down

0 comments on commit 32338cf

Please sign in to comment.