question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Visual selection doesn't work on non-Windows systems

See original GitHub issue

Environment 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 psreadline-windows-mode

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
vorscommented, Jun 4, 2018

I was able to change it before (v1.x) with

Set-PSReadlineKeyHandler -Functio BeginningOfLine -Chord "Ctrl+A"
Set-PSReadlineKeyHandler -Functio EndOfLine -Chord "Ctrl+E"

I cannot do it anymore.

0reactions
daxian-dbwcommented, Mar 19, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found