diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 32d6e26..c55c268 100755 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -1,7 +1,7 @@ -# Defined in /tmp/fish.qZPxTq/fish_user_key_bindings.fish @ line 2 +# Defined in /tmp/fish.48Jh0J/fish_user_key_bindings.fish @ line 2 function fish_user_key_bindings bind \co 'f' bind \eo 'cd (ffd | fzf)' bind \ed 'ncdu' - bind \eg 'gl' + bind \eg 'gl; gs' end