diff --git a/.gitmodules b/.gitmodules index 11637d0..49368d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -202,10 +202,6 @@ path = vim/bundle/AndrewRadev-splitjoin url = https://github.com/AndrewRadev/splitjoin.vim ignore=dirty -[submodule "vim/bundle/int3-vim-extradite"] - path = vim/bundle/int3-vim-extradite - url = https://github.com/int3/vim-extradite - ignore=dirty [submodule "vim/bundle/vim-scripts-argtextobj"] path = vim/bundle/vim-scripts-argtextobj url = https://github.com/vim-scripts/argtextobj.vim @@ -287,3 +283,6 @@ [submodule "vim/bundle/skwp-vim-conque"] path = vim/bundle/skwp-vim-conque url = https://github.com/skwp/vim-conque +[submodule "vim/bundle/gregsexton-gitv"] + path = vim/bundle/gregsexton-gitv + url = https://github.com/gregsexton/gitv diff --git a/README.md b/README.md index a53d40f..873c68f 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke * `,hu` - Html Unescape * `Cmd-Shift-A` - align things (type a character/expression to align by, works in visual mode or by itself) * `:ColorCodes` - turn on #abc123 color highlighting (useful for css) + * `:gitv` - Git log browsers #### Comments @@ -391,7 +392,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke #### Git * fugitive - "a git wrapper so awesome, it should be illegal...". Try Gstatus and hit `-` to toggle files. Git `d` to see a diff. Learn more: http://vimcasts.org/blog/2011/05/the-fugitive-series/ - * extradite - use :Extradite to get a really great git log browser. Only works when you have a file open. + * gitv - use :gitv for a better git log browser * GitGrep - much better than the grep provided with fugitive; use :GitGrep or hit K to grep current word #### Colors diff --git a/vim/bundle/gregsexton-gitv b/vim/bundle/gregsexton-gitv new file mode 160000 index 0000000..64619e4 --- /dev/null +++ b/vim/bundle/gregsexton-gitv @@ -0,0 +1 @@ +Subproject commit 64619e4481736541188b61bf1363d922d57e2083 diff --git a/vim/bundle/int3-vim-extradite b/vim/bundle/int3-vim-extradite deleted file mode 160000 index 68d7b0b..0000000 --- a/vim/bundle/int3-vim-extradite +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 68d7b0bcbaff7846265c8e9f431976634382db0c