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

support shift+left, shift+right in wsl terminal #4071

Closed
stleusc opened this issue Dec 28, 2019 · 3 comments
Closed

support shift+left, shift+right in wsl terminal #4071

stleusc opened this issue Dec 28, 2019 · 3 comments
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting

Comments

@stleusc
Copy link

stleusc commented Dec 28, 2019

Description of the new feature/enhancement

Most if not all text editors allow shift+left, right and shift+ctrl+left, right to select character/word to then further copy it. Opening PowerShell in the new terminal actually does exactly that!
Opening Cmd acts as if only left/right were pressed.
Ubuntu WSL2 prints C/D.

Proposed technical implementation details (optional)

Add support for these very common shortcuts or provide guidance why powershell does work and the rest does not

Sidenote: Love what I see so far!

@stleusc stleusc added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label Dec 28, 2019
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Dec 28, 2019
@DHowett-MSFT
Copy link
Contributor

This is something you’ll have to configure with your shell. If you’re using bash, look into bindkey and .inputrc.

As a general rule: if powershell can do it inside Windows Terminal, so could another shell.

@riverar
Copy link

riverar commented Mar 23, 2020

@DHowett Can you provide some guidance here? What do users need to put into .inputrc? bash doesn't support this.

@myudak
Copy link

myudak commented Nov 28, 2024

so is there any solution? install another shell?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Needs-Tag-Fix Doesn't match tag requirements Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting
Projects
None yet
Development

No branches or pull requests

4 participants