Skip to content

Many custom keybindings broken with latest build (1.0.200) from AppVeyor #580

Closed
@gwojan

Description

@gwojan

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

Steps to reproduce or exception report

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue-BugIt either shouldn't be doing this or needs an investigation.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions