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 90e5f75..86f6d76 100644
--- a/autoload/git.kak
+++ b/autoload/git.kak
@@ -2,7 +2,7 @@ define-command gitui -params .. %{ connect terminal env "EDITOR=kcr edit" gitu %
declare-user-mode git
map global user g ':enter-user-mode git<ret>' -docstring 'Git mode'
-map global git s ':gitu<ret>' -docstring 'Gitu tui'
+map global git s ':gitui<ret>' -docstring 'Git tui'
map global git A ':git add %val{buffile}<ret>' -docstring 'Add file'
map global git c ':git add commit<ret>' -docstring 'Commit'
map global git C ':git add commit --amend<ret>' -docstring 'Amend commit'