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

Terminal should support Cmd-K on the Mac #7429

Closed
natesilva opened this issue Jun 8, 2016 · 1 comment
Closed

Terminal should support Cmd-K on the Mac #7429

natesilva opened this issue Jun 8, 2016 · 1 comment

Comments

@natesilva
Copy link

  • VSCode Version: 1.2.0
  • OS Version: OS X 10.11.5 (15F34)

Kudos:

I love the new integrated terminal feature!

Task I am trying to do:

Clear the screen after typing a series of terminal commands.

Steps to Reproduce:

  1. On a Mac, open the integrated terminal (e.g. Ctrl-`)
  2. Type in a few commands.
  3. Clear the screen by pressing Cmd-K. (Cmd-K is a standard key for clearing the screen in apps like Console, Terminal, the Safari and Chrome Web Inspectors, etc.)

It works, but VSCode thinks that is the first key of a multi-key command and waits for and swallows the next keypress. It should recognize Cmd-K in the context of the integrated terminal.

Other things I tried:

  • Using the Unix clear command partly works. If you close and re-open the terminal, the previously “cleared” text reappears.
@Tyriar
Copy link
Member

Tyriar commented Jun 9, 2016

Duplicate of #7240

@Tyriar Tyriar closed this as completed Jun 9, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants