X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/d2fb1a0af994162971379eb3ee9e02ec0ec7249d..1b55b99636b4cb239fa6c5f4a62ba820dac4580d:/.vim/after/ftplugin/gitcommit.vim diff --git a/.vim/after/ftplugin/gitcommit.vim b/.vim/after/ftplugin/gitcommit.vim new file mode 100644 index 0000000..bfefe09 --- /dev/null +++ b/.vim/after/ftplugin/gitcommit.vim @@ -0,0 +1,3 @@ +" display the git-diff --cached in window below commit +" assumes nosplitbelow set. Might want to use wincmd p otherwise +DiffGitCached | wincmd J