-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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] Pressing HOME no longer goes to beginning of line, but scrolls up #7304
Comments
It's a regression after #7121 |
I will take a look. |
We should use `shift+Home' shortcut. |
Resolved by #7305 |
Thanks again for fixing this @AndrienkoAleksandr! I confirm that it now works well, but I also noticed a few weird behaviors FYI:
|
I also added two minor questions in #7305 (comment), please take a look when you have time. |
@jankeromnes it would be better to put weird behaviour in a new issue, closed issues are not actionable. |
Description
There was an XtermJS upgrade recently, and I think that it broke the
HOME
shortcut in Theia's Terminal.Here is a screencast showing the new problem: https://youtu.be/_auOJvi17Rs
Reproduction Steps
HOME
key (or corresponding key-stroke, e.g.fn
+LeftArrow
on a Macbook)Expected: Cursor jumps to beginning of typed command
Actual: Terminal scrolls all the way to the top(!)
OS and Theia version: latest Theia (in Gitpod on Mac OS)
Diagnostics:
The text was updated successfully, but these errors were encountered: