From 9836b51e16e90366bf4eca49e5a079f72b2153ff Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 23 May 2025 18:19:03 +0200 Subject: [PATCH] zsh:glog: Use execute-silent when copying the hash This way the screen does not flash. --- .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 3f7c1fa..2620bf8 100755 --- a/.config/zsh/autoload/git/glog +++ b/.config/zsh/autoload/git/glog @@ -114,7 +114,7 @@ local -A binds=( "ctrl-alt-j" "preview-down" "ctrl-alt-k" "preview-up" # Copy commit hash - "ctrl-y" "execute@$fzf_copy_command@" + "ctrl-y" "execute-silent@$fzf_copy_command@" # Open preview "fullscreen" # NOTE: `-+F` is there to negate a possible --quit-if-one-screen # TODO: This assumes less to be used in core.pager