zsh:glog: Use execute-silent when copying the hash

This way the screen does not flash.
This commit is contained in:
2025-05-23 18:19:03 +02:00
parent e3689fe68b
commit 9836b51e16

View File

@@ -114,7 +114,7 @@ local -A binds=(
"ctrl-alt-j" "preview-down" "ctrl-alt-j" "preview-down"
"ctrl-alt-k" "preview-up" "ctrl-alt-k" "preview-up"
# Copy commit hash # Copy commit hash
"ctrl-y" "execute@$fzf_copy_command@" "ctrl-y" "execute-silent@$fzf_copy_command@"
# Open preview "fullscreen" # Open preview "fullscreen"
# NOTE: `-+F` is there to negate a possible --quit-if-one-screen # NOTE: `-+F` is there to negate a possible --quit-if-one-screen
# TODO: This assumes less to be used in core.pager # TODO: This assumes less to be used in core.pager