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 modifying the command when a recent command is run in the terminal #150375

Closed
Tyriar opened this issue May 25, 2022 · 0 comments · Fixed by #152988
Closed

Allow modifying the command when a recent command is run in the terminal #150375

Tyriar opened this issue May 25, 2022 · 0 comments · Fixed by #152988
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders terminal-shell-integration Shell integration, command decorations, etc. verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented May 25, 2022

Setup this keybinding:

{ "key": "ctrl+space", "command":
 "workbench.action.terminal.runRecentCommand", "when": "terminalFocus" },

And enable shell integration. We have feedback in #149882 (comment) that it would be helpful to be able to edit the command after it's been completed. Whether this is a modifier or a setting or something else needs some thought.

@Tyriar Tyriar added feature-request Request for new features or functionality accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues terminal-shell-integration Shell integration, command decorations, etc. labels May 25, 2022
@Tyriar Tyriar added this to the June 2022 milestone May 25, 2022
@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jun 23, 2022
@rzhao271 rzhao271 added verified Verification succeeded verification-needed Verification of issue is requested labels Jun 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders terminal-shell-integration Shell integration, command decorations, etc. verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants