Jumping between changed lines in VIM with fugitive -


I have a large file where I have modified several lines, and saved it. The fugitive knows which lines have been modified, and it will be very useful to jump between them. Is there an existing hotkey for this, or can I map it in any way?

If you mean any other amendment or index to : Gdiff , You can use the built-in ] and [c speed to move forward] / the last start of the change, such as the vim code > Displays changes in mode.

Edit: Take a look at the plugin;

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -