pub fn parse_key_sequence_shell_cmd_binding(
input: &str,
) -> Result<KeySequenceShellCommandBinding, BindingParseError>Expand description
Parses a binding specification that maps a key sequence to a shell command.
ยงArguments
input- The input string to parse