tpope / vim-fugitive

fugitive.vim: A Git wrapper so awesome, it should be illegal
https://www.vim.org/scripts/script.php?script_id=2975
19.82k stars 1k forks source link

Is it possible to go back to the working copy of a file from futigive:// ? #2329

Closed MartyLake closed 3 weeks ago

MartyLake commented 3 weeks ago

Hello,

When I am viewing a diff in fugitive, I can press enter and I view the file as it was before and it is usefull for successive blames for example.

However, sometimes I would like to edit the working copy of that file. Is there a way to do so?

Best,

tpope commented 3 weeks ago

:Gedit

MartyLake commented 3 weeks ago

thanks!!!