aboutsummaryrefslogtreecommitdiff
path: root/autoload/git.kak
diff options
context:
space:
mode:
Diffstat (limited to 'autoload/git.kak')
-rw-r--r--autoload/git.kak4
1 files changed, 3 insertions, 1 deletions
diff --git a/autoload/git.kak b/autoload/git.kak
index 76485ab..2befa83 100644
--- a/autoload/git.kak
+++ b/autoload/git.kak
@@ -1,6 +1,8 @@
define-command gitui -params .. %{
terminal-singleton git \
- env "GIT_EDITOR=kak -c %val{session}" 'EDITOR=kcr edit' 'VISUAL=kcr edit' \
+ env "GIT_EDITOR=kak -c %val{session}" \
+ 'EDITOR=kcr edit' \
+ 'VISUAL=kcr edit' \
gitu %arg{@}
}