Vim

Vim: vim-fugitive

vim-fugitive is a plugin to enable working directly with git from within Vim. Another Tim Pope classic.

<leader>gs Opens fugitive in a split below.

What is displayed is akin to the git status command except you can navigate the results and issue commands.

Some commands that I find useful:

And then the :Git command, or just :G for short, provides a number of wrappers for the underlying git commands and also allows you to call any git command.

Resources

:help fugitive

Source: https://github.com/tpope/vim-fugitive

Tools

Web

Languages

Data