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):
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:
- Created 6 years ago
- Reactions:34
- Comments:33 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
try
reset
.