Skip to content

Commit

Permalink
Merge pull request #329 from kasecato/#229/caretStartEnd
Browse files Browse the repository at this point in the history
Fix #229 that cmd+up jump to navigation bar in mac
  • Loading branch information
kasecato authored Feb 23, 2024
2 parents 93aa8c9 + 65570bd commit 069d5da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1585,10 +1585,10 @@
},
{
"key": "alt+[Home]",
"mac": "alt+[Home]",
"command": "breadcrumbs.focus",
"mac": "cmd+[ArrowUp]",
"command": "breadcrumbs.focusAndSelect",
"intellij": "Jump to Navigation Bar",
"when": "breadcrumbsPossible"
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "shift+ctrl+c",
Expand Down
6 changes: 3 additions & 3 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,10 +2031,10 @@
},
{
"key": "alt+[Home]",
"mac": "alt+[Home]",
"command": "breadcrumbs.focus",
"mac": "cmd+[ArrowUp]",
"command": "breadcrumbs.focusAndSelect",
"intellij": "Jump to Navigation Bar",
"when": "breadcrumbsPossible"
"when": "breadcrumbsPossible && breadcrumbsVisible"
},
{
"key": "shift+ctrl+c",
Expand Down

0 comments on commit 069d5da

Please sign in to comment.