question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot clear terminal with Command+K since latest version (1.3.2.1744)

See original GitHub issue
  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: macOS Sierra Version 10.12.2
  • Hyper.app version: Version 1.3.2 (1.3.2.1744)
  • Link of a Gist with the contents of your .hyper.js: Link
  • Relevant information from devtools No errors in console.
  • The issue is reproducible in vanilla Hyper.app: The only plugin I have is a theme.

Issue

Ever since the latest update, it seems I can’t clear the terminal with <kbd>command</kbd>+<kbd>K</kbd>. This issue only happens when I have done npm start to start webpack for one of my apps. Currently, whenever I press <kbd>command</kbd>+<kbd>K</kbd>, it makes ^L appear at the bottom of the terminal.

Here is a screenshot of the issue: (You can see the ^L come everytime I try to clear at the bottom):

screen shot 2017-05-10 at 4 43 27 am

EDIT: Just to provide some more info, if I exit out of the process with <kbd>control</kbd>+<kbd>C</kbd>, and then run the clear with <kbd>command</kbd>+<kbd>K</kbd> it works fine.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:34
  • Comments:33 (9 by maintainers)

github_iconTop GitHub Comments

10reactions
mcsosa121commented, May 19, 2017

You can use CTRL-SHIFT-K to clear. The weird bug still exists but if you use that, then you can clear the screen. However, its weird, because if you clear the screen with ctrl shift k, and then run the clear command, that your past commands will pop up again in the terminal. You can get rid of them by running other random commands and 'ctrl-shift-k’ing a bunch of times.

8reactions
02Teacommented, Jun 28, 2017

try reset .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot clear terminal with Command+K since latest version ...
Nice, using Ctrl + Shift + K works for now as a workaround to clear the screen. Thanks for the tip on that....
Read more >
How do I clear the screen in Terminal (no CLS)
I'm just beginning, and I want to learn how to clear the terminal window screen. I thought the command was CLS, but this...
Read more >
547028 – Cannot clear terminal - Bugs - Eclipse
When running clear on bash or cls on cmd terminals, the terminal screen is not cleared. Instead the cursor is moved to top...
Read more >
How to Clear Terminal in Linux {Clear Screen in Linux}
Clear Terminal via Ctrl+L / Ctrl+Shift+K Shortcut ... Keyboard shortcuts also work for clearing the terminal, depending on the terminal emulator.
Read more >
How can I clear the terminal in Visual Studio Code?
Use Ctrl + K . This goes clean your console in Visual Studio Code. Per comments, in later versions of VSCode (1.29 and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found