kak: fix git previous hunk command

This commit is contained in:
lelgenio 2021-02-13 16:12:37 -03:00
parent 1d016e5061
commit ffe85664e3

View file

@ -27,8 +27,8 @@ map global git 'A' ': git add --all<ret>' -docstring 'add all'
map global git 'D' ': git diff<ret>' -docstring 'diff all'
map global git '<a-d>' ': git diff --staged<ret>' -docstring 'diff staged'
map global git 'c' ': git commit -v<ret>' -docstring 'commit'
map global git 'n' ': git next-hunk <ret>' -docstring 'next changed hunk'
map global git 'p' ': git previous-hunk <ret>' -docstring 'previous changed hunk'
map global git 'n' ': git next-hunk <ret>' -docstring 'next hunk'
map global git 'p' ': git prev-hunk <ret>' -docstring 'previous hunk'
declare-user-mode find
map global user 'f' ': enter-user-mode find<ret>' -docstring 'find mode'