Fix keybindings for M-up and M-down

I’m very used to having M-up and M-down do the same thing as regular up and
down. In fish by default this prints the previous command, with ‘&| less;’ added
on.
This commit is contained in:
Tom Willemse 2020-12-18 00:18:27 -08:00
parent dfa3244bea
commit 9d3ef4d196

View file

@ -10,6 +10,9 @@ function myctl
systemctl --user $argv
end
bind \ep up-or-search
bind \en down-or-search
set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true