Skip to content

integrated terminal doesnt support Ctrl+Arrow and Ctrl+Shift+Arrow for moving and selecting text in console #818

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

Closed
jeernest opened this issue Jun 1, 2017 · 3 comments

Comments

@jeernest
Copy link

jeernest commented Jun 1, 2017

System Details

  • Operating system name and version:
  • VS Code version:
  • PowerShell extension version:
  • Output from $PSVersionTable:
PS G:\products\sam> code -v

1.12.2
19222cdc84ce72202478ba1cec5cb557b71163de

PS G:\products\sam> $pseditor.EditorServicesVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
1      1      0      0

PS G:\products\sam> code --list-extensions --show-versions

idleberg.hopscotch@0.1.4
ms-vscode.csharp@1.10.0
ms-vscode.PowerShell@1.1.0
qub.qub-msbuild@0.6.3
PS G:\products\sam> $PSVersionTable

Name                           Value
----                           -----
PSVersion                      5.1.14409.1005
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.14409.1005
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Issue Description

when I switch to the terminal tab of the Integrated console, I can move left and right using arrows, but I'm not able to move using Ctrl+left, Ctrl+right which moves by words and I'm not able to select words using Ctrl+Shift+left, Ctrl+Shift+right.

Attached Logs

@daviwil
Copy link
Contributor

daviwil commented Jun 1, 2017

This will be resolve when we enable PSReadline support in the console, follow bug #535 to be notified when this is done!

@daviwil daviwil closed this as completed Jun 1, 2017
@janosh
Copy link

janosh commented Jun 20, 2018

@daviwil Any news yet regarding this issue? Particularly about the whole-word selection using alt+shift+-> | <-?

@rkeithhill
Copy link
Contributor

Work on this issue is being done here - PowerShell/PowerShellEditorServices#672

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants