diff options
Diffstat (limited to '')
| -rw-r--r-- | autoload/git.kak | 4 |
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{@} } |
