Remove "^" expand-abbr binding

This is no longer a special token, so it shouldn't expand abbreviations.
This commit is contained in:
Fabian Boehm
2022-12-16 17:06:03 +01:00
parent 43d618e51f
commit 478c8fb35e

View File

@@ -180,7 +180,6 @@ function __fish_shared_key_bindings -d "Bindings shared between emacs and vi mod
bind --preset $argv ";" self-insert expand-abbr
bind --preset $argv "|" self-insert expand-abbr
bind --preset $argv "&" self-insert expand-abbr
bind --preset $argv "^" self-insert expand-abbr
bind --preset $argv ">" self-insert expand-abbr
bind --preset $argv "<" self-insert expand-abbr
# Closing a command substitution expands abbreviations