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
First, thanks for vimagit, it's a great plugin.
What do you think about adding a mapping to jump to the next/previous file? Similar to the jump to next hunk.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks @jlesquembre . I already thought about this mapping, it is very easy to implement. The main difficulty is to find 2 new mappings...
Sorry, something went wrong.
Personally, I like <C-J> and <C-K>. Or I think it should be also possible to create a <Plug> mapping and let the user decide
<C-J>
<C-K>
<Plug>
@jlesquembre you can use } and { to jump between the empty lines before each file.
}
{
No branches or pull requests
First, thanks for vimagit, it's a great plugin.
What do you think about adding a mapping to jump to the next/previous file? Similar to the jump to next hunk.
Thanks
The text was updated successfully, but these errors were encountered: