Wie verwende ich vim als "Git Show" -Editor?

all wie in @ beschriebWie verwende ich vim als "Git-Log" -Editor? funktioniert nicht für Git-Show. Ich benutze oft

git show HEAD

ctrl+z 

ps 

  PID TTY          TIME CMD
 7083 pts/8    00:00:06 bash
31758 pts/8    00:00:00 git
31759 pts/8    00:00:00 less
31762 pts/8    00:00:00 ps

Update Ich habe die Lösung gefunden:

git config --global pager.color false
git config --global pager.show 'vim -R -'

'

Antworten auf die Frage(8)

Ihre Antwort auf die Frage