-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Integrated Terminal Option+Arrow no longer jumps words #225
Comments
@bfsmith could you try repro this on https://github.com/sourcelair/xterm.js ? |
From @bfsmith on August 12, 2016 14:21 It repro's there as well. |
@bfsmith thanks for checking, I'm going to move the issue over there. |
Shouldn't this be fixed after #240? |
Yeah should be. I created #264 which outlines my new thoughts on this. |
This is not fixed on Mac, |
Marking this as a bug. |
I believe this is an issue with bash on macOS - I can't reproduce on the demo, from either macOS or Ubuntu. Local terminal has the same issue as with Xterm.js on VS code. |
Closed in #417. |
From @bfsmith on August 9, 2016 20:29
Steps to Reproduce:
Expected: Cursor moves forward and back words.
Actual: Prints character codes to the terminal line (;3D;3C) for Option+Left, Option+Right
This works as expected in VSCode 1.3.1.
Copied from original issue: microsoft/vscode#10365
The text was updated successfully, but these errors were encountered: