From 4c212776bf33d48ec6045955cb4144dcc2ce7e0b Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 31 Mar 2025 20:30:09 +0200 Subject: [PATCH] Remove obsolete st \e[Z binding for shift-tab We already decode this to shift-tab (not to mention that up-line was the wrong action, no?). --- share/functions/fish_default_key_bindings.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/share/functions/fish_default_key_bindings.fish b/share/functions/fish_default_key_bindings.fish index ca3c0cc70..9410511b1 100644 --- a/share/functions/fish_default_key_bindings.fish +++ b/share/functions/fish_default_key_bindings.fish @@ -81,7 +81,6 @@ function fish_default_key_bindings -d "emacs-like key binds" # the major effect is that several keys do not work as intended. # This is a workaround, there will be additions in he future. $legacy_bind --preset $argv \e\[P delete-char - $legacy_bind --preset $argv \e\[Z up-line case xterm-256color # Microsoft's conemu uses xterm-256color plus # the following to tell a console to paste: