Is there functionality in magit, the emacs git add-on, to jump to edits? -


in jetbrains products, intellij , rubymine, can hit f4 in diff window of git diff jump to current edit. there functionality in magit emacs go directly diff git?

magit default pretty everywhere. hit ret / enter jump source code current diff hunk.

magit-visit-item function.


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -