mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
parent
0d34ff50f8
commit
9b6e5a8b27
|
|
@ -59,6 +59,7 @@ forgit::log() {
|
|||
eval "git log --graph --color=always --format='%C(auto)%h%d %s %C(black)%C(bold)%cr' $@ $forgit_emojify" |
|
||||
forgit::fzf +s +m --tiebreak=index \
|
||||
--bind="enter:execute($cmd |LESS='-R' less)" \
|
||||
--bind="ctrl-y:execute-silent(echo {} |grep -o '[a-f0-9]\{7\}' |pbcopy)+abort" \
|
||||
--preview="$cmd"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue