Back out "Bind ctrl-l to clear-screen again for now"

As of the parent commits this should no longer cause breakage.

This backs out commit 07dd088d76.
This commit is contained in:
Johannes Altmanninger
2025-01-05 11:09:00 +01:00
parent af137e5e96
commit 704b911168

View File

@@ -66,7 +66,7 @@ function __fish_shared_key_bindings -d "Bindings shared between emacs and vi mod
bind --preset $argv alt-l __fish_list_current_token
bind --preset $argv alt-o __fish_preview_current_file
bind --preset $argv alt-w __fish_whatis_current_token
bind --preset $argv ctrl-l clear-screen
bind --preset $argv ctrl-l scrollback-push repaint
bind --preset $argv ctrl-c cancel-commandline
bind --preset $argv ctrl-u backward-kill-line
bind --preset $argv ctrl-k kill-line