vim fugitive - joamatab/dotfiles GitHub Wiki
Useful commands for GIT
| git | fugitive | action |
|---|---|---|
| :Git add % | :Gwrite | Stage the current file to the index |
| :Git checkout % | :Gread | Revert current file to last checked in version |
| :Git rm % | :Gremove | Delete the current file and the corresponding Vim buffer |
| :Git mv % | :Gmove | Rename the current file and the corresponding Vim buffer |