From cad72e4b32e073611c34c9cf79df218f08e02f6b Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 9 Mar 2019 18:44:17 -0500 Subject: [PATCH] Fish: alt-g also show git status --- .config/fish/functions/fish_user_key_bindings.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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