Guest User

Untitled

a guest
Jan 22nd, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ^
  2. C-e
  3. M-x
  4. ffap
  5.  
  6. (defun magit-open-current ()
  7. "Open the current version of a modified file."
  8. (interactive)
  9. (magit-section-up)
  10. (move-end-of-line nil)
  11. (ffap))
  12.  
  13. (find-file (ffap-file-at-point)))
Add Comment
Please, Sign In to add comment