-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
PSReadLine's -ViModeIndicator "Cursor" doesn't work correctly #13235
Comments
Which version of PowerShell and PSReadline are you using/? |
|
Happy holidays, folks! Any update on this? |
The problem was that PSReadLine was originally using the .NET The good news is that PSReadLine recently merged a PR (PowerShell/PSReadLine#3374) which updates the Unfortunately it doesn't look like that fix has been released yet, but I'm guessing it will likely be included in the next PSReadLine release. |
Sorry, must've lost this in the backlog. Yep, I'd reckon this is fixed by the aforementioned upstream PsReadline issue. |
Hi! We've identified this issue as a duplicate of one that exists on somebody else's Issue Tracker. Please make sure you subscribe to the referenced external issue for future updates. Thanks for your report! |
Windows Terminal version
1.12.10983.0
Windows build number
10.0.22621.0
Other Software
PSReadLine
Steps to reproduce
Set-PSReadLineOption -EditMode Vi
Set-PSReadLineOption -ViModeIndicator Cursor
Expected Behavior
Cursor should, as it happens in "pure" powershell, be a box in NORMAL mode, and the default one in INSERT (it doesn't matter what cursor you set up in WT).
Actual Behavior
Cursor won't change no matter what mode you select. It will always be the configured cursor.
The text was updated successfully, but these errors were encountered: