mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Use canonical key name in bind command
This commit is contained in:
parent
5871deeee5
commit
0c413d0093
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue