We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I like to use C-n and C-p from https://github.com/junegunn/fzf.vim to jump to next/previous hunk. The documentation adds mapping for all other commands, except those ones. See line https://github.com/jreybert/vimagit/blob/master/doc/vimagit.txt#L230.
C-n
C-p
Maybe it's just missing in the documentation?
The text was updated successfully, but these errors were encountered:
af1a162
5 months for this issue... sorry.
Yes, it's just missing in the doc (updated). Variables are: g:magit_jump_next_hunk g:magit_jump_prev_hunk
g:magit_jump_next_hunk
g:magit_jump_prev_hunk
Sorry, something went wrong.
Thanks you so much.
let g:magit_jump_next_hunk = '<C-n>' let g:magit_jump_prev_hunk = '<C-p>'
works as intended.
👍
Merge branch 'master' of https://github.com/jreybert/vimagit into next
4b53e6a
* 'master' of https://github.com/jreybert/vimagit: plugin/magit.vim: add reset mapping in diff context ref #97 README.md plugin/magit.vim: enlarge or shrink hunks fix #97 doc/vimagit.txt: add vimagit-g:magit_jump_{next,prev}_hunk variable links fix #87 Add Gitter badge
No branches or pull requests
I like to use
C-n
andC-p
from https://github.com/junegunn/fzf.vim to jump to next/previous hunk. The documentation adds mapping for all other commands, except those ones. See line https://github.com/jreybert/vimagit/blob/master/doc/vimagit.txt#L230.Maybe it's just missing in the documentation?
The text was updated successfully, but these errors were encountered: