glog: Use core.pager also for Enter action
This commit is contained in:
@@ -95,7 +95,9 @@ local -A binds=(
|
|||||||
# Copy commit hash
|
# Copy commit hash
|
||||||
"ctrl-y" "execute@$fzf_copy_command@"
|
"ctrl-y" "execute@$fzf_copy_command@"
|
||||||
# Open preview "fullscreen"
|
# Open preview "fullscreen"
|
||||||
"enter" "execute@$fzf_preview[patch] | command less -R@"
|
# NOTE: `-+F` is there to negate a possible --quit-if-one-screen
|
||||||
|
# TODO: This assumes less to be used in core.pager
|
||||||
|
"enter" "execute@$fzf_preview[patch] | $pager -+F@"
|
||||||
# Preview stats
|
# Preview stats
|
||||||
"ctrl-s" "preview($fzf_preview[stat])"
|
"ctrl-s" "preview($fzf_preview[stat])"
|
||||||
# Preview patch
|
# Preview patch
|
||||||
|
|||||||
Reference in New Issue
Block a user