We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
N/A
PS Version: 7.2.4 PS HostName: ConsoleHost (Windows Terminal) PSReadLine Version: 2.2.5 PSReadLine EditMode: Vi OS: 10.0.22621.1 (WinBuild.160101.0800) BufferWidth: 120 BufferHeight: 30
Set-PSReadLineOption -ViModeIndicator "Cursor"
Like using "pure" powershell: cursor starts as "classic" (Insert mode) and then goes to "block" (Normal mode).
Cursor stays the same, though it goes left one position.
Note that I've a vertical bar as the WT cursor, but I changed it to "classic" to see what happens and it doesn't work either.
The text was updated successfully, but these errors were encountered:
ViModeIndicator = Cursor
🎉 This issue was addressed in 3374, which has now been successfully released in v2.3.0-beta0. 🎉
v2.3.0-beta0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Exception report
N/A
Screenshot
N/A
Environment data
Steps to reproduce
Set-PSReadLineOption -ViModeIndicator "Cursor"
Expected behavior
Like using "pure" powershell: cursor starts as "classic" (Insert mode) and then goes to "block" (Normal mode).
Actual behavior
Cursor stays the same, though it goes left one position.
Note that I've a vertical bar as the WT cursor, but I changed it to "classic" to see what happens and it doesn't work either.
The text was updated successfully, but these errors were encountered: