mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 08:56:43 +08:00
Use canonical key name in bind command
This commit is contained in:
parent
5871deeee5
commit
0c413d0093
|
@ -105,7 +105,7 @@ function __fish_shared_key_bindings -d "Bindings shared between emacs and vi mod
|
|||
or exit # protect against invalid $argv
|
||||
|
||||
# Space and other command terminators expands abbrs _and_ inserts itself.
|
||||
bind --preset $argv " " self-insert expand-abbr-backtrack
|
||||
bind --preset $argv space self-insert expand-abbr-backtrack
|
||||
bind --preset $argv ";" self-insert expand-abbr-backtrack
|
||||
bind --preset $argv "|" self-insert expand-abbr-backtrack
|
||||
bind --preset $argv "&" self-insert expand-abbr-backtrack
|
||||
|
|
Loading…
Reference in New Issue
Block a user