aboutsummaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-18 00:18:27 -0800
committerGravatar Tom Willemse2020-12-26 23:17:23 -0800
commit9d3ef4d1963d50991bc5fb8a763b813ec05e85b2 (patch)
treea70487823e83c7be6067925666d97a0549073a85 /fish
parentdfa3244bea2bfe18c1b2a018a14a50a61ff84df9 (diff)
downloadnew-dotfiles-9d3ef4d1963d50991bc5fb8a763b813ec05e85b2.tar.gz
new-dotfiles-9d3ef4d1963d50991bc5fb8a763b813ec05e85b2.zip
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.
Diffstat (limited to 'fish')
-rw-r--r--fish/.config/fish/config.fish3
1 files changed, 3 insertions, 0 deletions
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