Running git config --edit or git rebase --interactive will open a
buffer in neovim with a filetype of gitconfig or gitrebase
respectively. We want these buffers to be deleted automatically when
they're hidden just like buffers with filetype gitcommit so let's add
them to the relevant note in the README.
Running
git config --edit
orgit rebase --interactive
will open a buffer in neovim with a filetype ofgitconfig
orgitrebase
respectively. We want these buffers to be deleted automatically when they're hidden just like buffers with filetypegitcommit
so let's add them to the relevant note in the README.