diff options
| author | Bob Qi <baobin.qi@gmail.com> | 2024-04-24 14:27:34 +0800 |
|---|---|---|
| committer | Bob Qi <baobin.qi@gmail.com> | 2024-04-24 14:27:34 +0800 |
| commit | 912ac1550a6e2d2ab444660565cc6ddacd012716 (patch) | |
| tree | 726454cb55bdfba79e4a46624c331030b2886142 /rc | |
| parent | 5d2b8351a69de5e3c56323bacf8a564da7ad7f44 (diff) | |
add `add` to the git completer
Diffstat (limited to 'rc')
| -rw-r--r-- | rc/tools/git.kak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/tools/git.kak b/rc/tools/git.kak index ac349a97..80c41f3f 100644 --- a/rc/tools/git.kak +++ b/rc/tools/git.kak @@ -109,6 +109,7 @@ define-command -params 1.. \ } -shell-script-candidates %{ if [ $kak_token_to_complete -eq 0 ]; then printf %s\\n \ + add \ apply \ blame \ blame-jump \ |
