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

Allow easy navigation between commands run in the terminal #45435

Closed
Tyriar opened this issue Mar 9, 2018 · 2 comments
Closed

Allow easy navigation between commands run in the terminal #45435

Tyriar opened this issue Mar 9, 2018 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality on-testplan terminal Integrated terminal issues
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 9, 2018

Related: #20676

@Tyriar Tyriar added feature-request Request for new features or functionality terminal Integrated terminal issues labels Mar 9, 2018
@Tyriar Tyriar added this to the March 2018 milestone Mar 9, 2018
@Tyriar Tyriar self-assigned this Mar 9, 2018
Tyriar added a commit that referenced this issue Mar 21, 2018
Lots of stuff, including the marker API (part of #45435)
Tyriar added a commit that referenced this issue Mar 21, 2018
@Tyriar
Copy link
Member Author

Tyriar commented Mar 21, 2018

I just added the following commands:

workbench.action.terminal.scrollToPreviousCommand
workbench.action.terminal.scrollToNextCommand
workbench.action.terminal.selectToPreviousCommand
workbench.action.terminal.selectToNextCommand

On macOS they are bound to cmd+up/down and cmd+shift+up/down, scroll one line up/down have been moved to cmd+alt+pgup/pgdown.

They are unbound by default on Linux/Windows keybindings.

Tyriar added a commit that referenced this issue Mar 26, 2018
@Tyriar
Copy link
Member Author

Tyriar commented Mar 26, 2018

Moved the displaying of glyphs for commands and flashing the line when scrolling to a command to #46561

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality on-testplan terminal Integrated terminal issues
Projects
None yet
Development

No branches or pull requests

1 participant