mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-27 00:21:15 -03:00
Remove "plus" from named keys
It's not necessary and it's confusing if the canonical version unnecessarily deviates from the input (we use + for Vi binds).
This commit is contained in:
@@ -31,7 +31,6 @@ pub(crate) fn function_key(n: u32) -> char {
|
||||
}
|
||||
|
||||
const KEY_NAMES: &[(char, &wstr)] = &[
|
||||
('+', L!("plus")),
|
||||
('-', L!("minus")),
|
||||
(',', L!("comma")),
|
||||
(Backspace, L!("backspace")),
|
||||
|
||||
Reference in New Issue
Block a user