Visual selection doesn't work on non-Windows systems
See original GitHub issueEnvironment data
Dev build from master 708787f8f51847a4ebd6a8a3dbe8ebdf1c24bc99
PS version: 6.1.0-preview.2
PSReadline version: 2.0.0-beta1
os: Darwin Sergeis-MacBook.local 17.5.0 Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64 x86_64
PS file version:
Steps to reproduce or exception report
pwsh -noprofile
# ctrl+a works
Set-PSReadLineOption -HistoryNoDuplicates -EditMode Windows
# ctrl+a doesn't work
See demo
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Visual mode in vim not working
Now I have moved to Windows 7 and still use PuTTY to access the same server. The problem is that visual mode has...
Read more >Vim visual selection method differs between Windows & ...
The easy method to resolve this issue is just to add: set keymodel-=stopsel. to the C:\Program Files (x86)\vim\_vimrc file (for example ...
Read more >Workarounds for Visual Studio 2022 on unsupported ...
This article describes known issues and workarounds for Visual Studio 2022 when installed on unsupported operating systems.
Read more >Make older apps or programs compatible with Windows
Learn how to get older apps or programs to run on Windows 10 or Windows 11 by adjusting compatibility settings.
Read more >Troubleshooting Windows Subsystem for Linux
Provides detailed information about common errors and issues people run into while running Linux on the Windows Subsystem for Linux.
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
I was able to change it before (v1.x) with
I cannot do it anymore.
Going through old issues. The only remaining issue is the VT sequence for selection on Linux/macOS. I will close this one in favor of #1411