逃亡的 Vim

Fugitive Vim 是 Tim Pope 的一個外掛,它提供了對 git 命令的訪問,你可以在不離開 vim 的情況下執行這些命令。

一些常見命令包括:

:Gedit - 編輯索引中的檔案並將其寫入階段變化
:Gstatus - 相當於 git status
:Gblame - 從 git blame
:Gmove 中調出輸出的垂直分割 - 對於 git mv
:Gremove - 對於 git rm
:Git - 執行任何命令

它還向 statusline 新增專案,如指示當前分支。

有關更多詳細資訊和安裝說明,請參閱他們的 GitHub