vimtricks.wiki Concise Vim tricks, one at a time.

How do you use vim-fugitive for Git operations?

Answer

:Git or :G

Explanation

vim-fugitive provides Git integration. :Git opens a status window, :Git blame shows blame, :Gdiff opens a diff. Use :Git push and :Git pull.

Next

How do I visually select a double-quoted string including the quotes themselves?