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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -