Maps key gestures to ReadLine editor commands.
[NullableContext((byte)1)]
[Nullable((byte)0)]
public sealed class TerminalReadLineKeyBindings
kind:method, kind:property, kind:ctor. Press Esc to clear.Bind(TerminalKey, TerminalModifiers, TerminalReadLineCommand)Sets the command for the specified key gesture.TryGetCommand(TerminalKeyGesture, out TerminalReadLineCommand)Tries to get the bound command for a gesture.Unbind(TerminalKey, TerminalModifiers)Removes a binding for the specified key gesture.