From 478c8fb35ea5ee5b7a744a0c7450f53474da73f9 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Fri, 16 Dec 2022 17:06:03 +0100 Subject: [PATCH] Remove "^" expand-abbr binding This is no longer a special token, so it shouldn't expand abbreviations. --- share/functions/__fish_shared_key_bindings.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/functions/__fish_shared_key_bindings.fish b/share/functions/__fish_shared_key_bindings.fish index cdc70d601..9233a9c8a 100644 --- a/share/functions/__fish_shared_key_bindings.fish +++ b/share/functions/__fish_shared_key_bindings.fish @@ -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