pub fn parse_key_string(s: &str) -> Result<KeyBinding, String>Expand description
Parse a key string like “Ctrl-p”, “gg”, “G”, “/”, “Enter” into a KeyBinding.
pub fn parse_key_string(s: &str) -> Result<KeyBinding, String>Parse a key string like “Ctrl-p”, “gg”, “G”, “/”, “Enter” into a KeyBinding.