PSReadline should not bind to keys that are not usable #3890
Labels
Resolution-External
The issue is caused by external component(s).
WG-Interactive-PSReadLine
PSReadline related issues
Milestone
#3815 (comment)
On Nano, two apis are not available which prevents usage, for example, of ctrl+] as a valid key chord to bind to a PSReadline handler. PSReadline, by default, binds this key combination to go to matching brace. When connected directly to a Nano container (not via PSRP), it will show:
which is not useful to the end user. It seems the right thing to do may be to not bind this (as well as two other chords dependent on
]
) by default if those APIs are not avaialble.The text was updated successfully, but these errors were encountered: