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

Ability to clear the Terminal #7555

Closed
kube opened this issue Sep 7, 2020 · 2 comments
Closed

Ability to clear the Terminal #7555

kube opened this issue Sep 7, 2020 · 2 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@kube
Copy link

kube commented Sep 7, 2020

Description of the new feature/enhancement

VSCode Terminal or iTerm allow you to entirely clear the buffer of a tab.

For example, in VSCode, it's possible to create a keybinding to clear the terminal this way:

{
  "key": "ctrl+k",
  "command": "workbench.action.terminal.clear"
}

This is still not possible in Terminal.

@kube kube added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Sep 7, 2020
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Sep 7, 2020
@j4james
Copy link
Collaborator

j4james commented Sep 7, 2020

I think this is probably a duplicate of issue #1882.

@kube
Copy link
Author

kube commented Sep 7, 2020

I think this is probably a duplicate of issue #1882.

@j4james Indeed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

2 participants