aboutsummaryrefslogtreecommitdiff
path: root/autoload/git.kak
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-13 15:25:24 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-21 13:39:45 +0530
commit351d55648ea26335b713140bfc0c4f69e2d70489 (patch)
treeb43cc6559aec53278a032ebb99657ac537b8fcba /autoload/git.kak
parent38dc33178ed1ec08277782dba40c4fa55c07287c (diff)
downloadkakoune-config-351d55648ea26335b713140bfc0c4f69e2d70489.tar.gz
kakoune-config-351d55648ea26335b713140bfc0c4f69e2d70489.zip
Add grep-write command
Diffstat (limited to '')
-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'