Closed
Description
I just dropped the AppVeyor build 1.0.200 onto my machine and noticed a whole bunch of my custom key bindings no longer work.
Set-PSReadlineKeyHandler -Chord 'Ctrl+[' -Function ViCommandMode
Set-PSReadlineKeyHandler -ViMode Command -Chord 'Ctrl+Shift+[' -Function DeleteLine
Set-PSReadlineKeyHandler -Chord 'Ctrl+Shift+[' -Function DeleteLine
Set-PSReadlineKeyHandler -Chord 'Alt+n' -Function HistorySearchBackward
Set-PSReadlineKeyHandler -ViMode Command -Chord 'Alt+n' -Function HistorySearchBackward
This is just a few that I've noticed so far -- the most obvious ones that I use all the time. 😉
I'll update as I find more.
Environment data
PS version: 5.1.15063.674
PSReadline version: 2.0
os: 10.0.15063.0 (WinBuild.160101.0800)
PS file version: 10.0.15063.0 (WinBuild.160101.0800)-->