From 1b9c4f4ded057d1b6279fd9130d260f00260d136 Mon Sep 17 00:00:00 2001 From: Phantop Date: Sat, 9 Mar 2019 11:54:35 -0500 Subject: [PATCH] Fish: Map a-g to show git log --- .config/fish/functions/fish_user_key_bindings.fish | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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