aboutsummaryrefslogtreecommitdiff
path: root/autoload/git.kak
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/git.kak')
-rw-r--r--autoload/git.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/git.kak b/autoload/git.kak
index 0745a61..aa6a66f 100644
--- a/autoload/git.kak
+++ b/autoload/git.kak
@@ -34,5 +34,5 @@ define-command git-toggle-diff %{
define-command git-line-blame %{
terminal-singleton git-blame sh -c \
- "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always"
+ "git -p log -u -L '%sh{echo ""$kak_selection_desc"" | sed -E 's/\.[0-9]+//g'}:%val{buffile}' --color=always | delta"
}