add staged option

This commit is contained in:
lelgenio 2020-11-11 03:12:20 -03:00
parent 99e4fabf47
commit 9ab0bcfcde
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@
map global git 'A' ': git add .<ret>' -docstring 'add'
map global git 'd' ': git diff %reg{%}<ret>' -docstring 'diff current'
map global git 'D' ': git diff<ret>' -docstring 'diff'
map global git '<a-d>' ': git diff --staged<ret>' -docstring 'diff staged'
map global git 'c' ': git commit -v<ret>' -docstring 'commit'
map global user 'v' ': enter-user-mode git<ret>' -docstring 'git vcs mode'