Replaced Extradite with gitv. Use :gitv
* For optimal functionality, remove module: `rm -rf .yadr/vim/bundle/int3-vim-extradite`
This commit is contained in:
parent
2c47d14184
commit
ca0d1fbf9b
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
vim/bundle/gregsexton-gitv
Submodule
1
vim/bundle/gregsexton-gitv
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 64619e4481736541188b61bf1363d922d57e2083
|
@ -1 +0,0 @@
|
||||
Subproject commit 68d7b0bcbaff7846265c8e9f431976634382db0c
|
Loading…
Reference in New Issue
Block a user