mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 03:41:14 -03:00
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?).
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user