From 9d3ef4d1963d50991bc5fb8a763b813ec05e85b2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2020 00:18:27 -0800 Subject: 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. --- fish/.config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fish') diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 416b290..94dbc6a 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -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 -- cgit v1.2.3-54-g00ecf