diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index fc63b89..32d6e26 100755 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -1,6 +1,7 @@ -# Defined in /tmp/fish.JFpPwv/fish_user_key_bindings.fish @ line 2 +# Defined in /tmp/fish.qZPxTq/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' end