git df preview size

This commit is contained in:
thek4n 2024-09-11 16:21:18 +03:00
parent 6933160f7d
commit dbe321a9fc

View File

@ -72,7 +72,7 @@
last = log -1 HEAD last = log -1 HEAD
lastd = diff HEAD^ HEAD lastd = diff HEAD^ HEAD
today = hist --since=midnight today = hist --since=midnight
df = "!git log --pretty=format:'%h %cd [%cn] %s%d' --date=relative | fzf --preview='git diff --color=always {1}^ {1}' | awk '{print $1}' | xargs -I {} git diff {}^ {}" df = "!git log --pretty=format:'%h %cd [%cn] %s%d' --date=relative | fzf --preview-window=65% --preview='git diff --color=always {1}^ {1}' | awk '{print $1}' | xargs -I {} git diff {}^ {}"
type = cat-file -t type = cat-file -t
dump = cat-file -p dump = cat-file -p
unstage = "reset HEAD --" unstage = "reset HEAD --"