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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -