I use Powershell Core 6.1.0 with PsReadline 2.0.0.
Some shortcuts does work, some does not:
Some that works:
Backspace BackwardDeleteChar
Ctrl+h BackwardDeleteChar
Ctrl+Home BackwardDeleteLine
Ctrl+End ForwardDeleteLine
Shift+Insert Paste
Ctrl+LeftArrow BackwardWord
Ctrl+r ReverseSearchHistory
Tab MenuComplete
Some that does not work:
Shift+Enter AddLine
Ctrl+Backspace BackwardKillWord
Ctrl+Enter InsertLineAbove
Shift+Ctrl+Enter InsertLineBelow
Ctrl+Space MenuComplete
Ctrl+a SelectAll
These also do not work in powershell 5.1
Shift-Tab MenuComplete does not work either
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment.
Thank you for your contributions.
Ctrl-A should be working in the latest nightly
Most helpful comment
These also do not work in powershell 5.1