jreybert / vimagit

Ease your git workflow within Vim
1.31k stars 49 forks source link

Feature request: jump to next/previous file #161

Open jlesquembre opened 6 years ago

jlesquembre commented 6 years ago

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

jreybert commented 6 years ago

Thanks @jlesquembre . I already thought about this mapping, it is very easy to implement. The main difficulty is to find 2 new mappings...

jlesquembre commented 6 years ago

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

kristijanhusak commented 6 years ago

@jlesquembre you can use } and { to jump between the empty lines before each file.