Closed
Description
Environment data
PS version: 7.0.0-rc.1
PSReadline version: 2.0.0-rc1
os: 10.0.18362.1 (WinBuild.160101.0800)
PS file version: 7.0.0.0
HostName: ConsoleHost
BufferWidth: 145
BufferHeight: 9001
Steps to reproduce or exception report
- run
Set-PSReadLineOption -EditMode Vi -ViModeIndicator Cursor
- type
abc
- press
LeftArrow
- press
RightArrow
. Note the cursor is not moved to the end of line, so type more characters subsequently will insert the characters beforec
.