From aa4af50cde555745f8d66411dae7798017c0dbae Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 8 Jan 2025 11:20:06 +0100 Subject: [PATCH] glog: s/full/patch in header to understand the bindings --- .config/zsh/autoload/git/glog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/autoload/git/glog b/.config/zsh/autoload/git/glog index 870d9fe..371d9b4 100755 --- a/.config/zsh/autoload/git/glog +++ b/.config/zsh/autoload/git/glog @@ -128,7 +128,7 @@ local -a fzf_args=( # Expand the binds array in the format "key1:value1,key2:value2". "--bind" "${(@kj:,:)binds/(#m)*/$MATCH:$binds[$MATCH]}" # Display key-bindings in a sticky header - "--header" $'\e[38;5;144menter\e[38;5;59m: fullscreen, \e[38;5;144mctrl-y\e[38;5;59m: copy, \e[38;5;144mctrl-space\e[38;5;59m: move preview, \e[38;5;144mctrl-[spf]\e[38;5;59m: preview stats/full/files' + "--header" $'\e[38;5;144menter\e[38;5;59m: fullscreen, \e[38;5;144mctrl-y\e[38;5;59m: copy, \e[38;5;144mctrl-space\e[38;5;59m: move preview, \e[38;5;144mctrl-[spf]\e[38;5;59m: preview stats/patch/files' # Keep header above prompt line "--header-first" # Execute git show on the commit as preview.