> For the complete documentation index, see [llms.txt](https://ploegert.gitbook.io/til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ploegert.gitbook.io/til/tools/vim/verbose-commits-with-fugitive.md).

# Verbose Commits With Fugitive

Let's say you are using [fugitive.vim](https://github.com/tpope/vim-fugitive). You've staged some changes within the git index buffer using `:Ge:` and now you want to make a commit. From the git index buffer, you can hit `cvc` to pop open the commit message window in verbose mode. The verbose part means that all the staged changes are shown below as a reference for composing the commit message.
