dev notes

software development craftsmanship

/ home / vim / configuration [ / plug / color scheme / nerdtree / CtrlP / vim autoformat / vim fugitive / jsonc / vim airline / neoterm / vim-test / summary ]

vim fugitive

Working with git? Tim Popes fugitive is a mature git plugin for vim.

The main entry point is the :Git or :G command.

You can commit, rebase, blame or other git related commands out of vim.

installation

Plug 'tpope/vim-fugitive'