Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cmd+arrowup to select breadcrumb #319

Open
Tsimopak opened this issue Dec 1, 2023 · 2 comments
Open

Add cmd+arrowup to select breadcrumb #319

Tsimopak opened this issue Dec 1, 2023 · 2 comments
Assignees

Comments

@Tsimopak
Copy link

Tsimopak commented Dec 1, 2023

In intellij, pressing on Cmd + ArrowUp will select the breadcrumbs which is the equivalent of pressing CMD + Shift + . in VScode

@kasecato kasecato self-assigned this Jan 20, 2024
@rxliuli
Copy link
Contributor

rxliuli commented Feb 26, 2024

Unfortunately, I've disabled it. I don't know why not to use cmd+f12, and now how to jump to the first line...

@grgar
Copy link
Contributor

grgar commented Apr 28, 2024

This is already implemented?

{
"key": "alt+home",
"mac": "cmd+up",
"command": "breadcrumbs.focusAndSelect",
"intellij": "Jump to Navigation Bar",
"when": "breadcrumbsPossible && breadcrumbsVisible"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants