Code Review
/
common
/
bash_it.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c94ccf1
)
changed v alias so that it opens the file in a new tab. Current alias opens the file...
author
Rich Manalang
<rich.manalang@gmail.com>
Thu, 7 Oct 2010 20:35:55 +0000
(13:35 -0700)
committer
Rich Manalang
<rich.manalang@gmail.com>
Thu, 7 Oct 2010 20:35:55 +0000
(13:35 -0700)
plugins/vim.plugin.bash
patch
|
blob
|
history
diff --git
a/plugins/vim.plugin.bash
b/plugins/vim.plugin.bash
index
42e32c2
..
dc224a9
100644
(file)
--- a/
plugins/vim.plugin.bash
+++ b/
plugins/vim.plugin.bash
@@
-1,4
+1,4
@@
#!/bin/bash
-alias v='mvim --remote-
silent
'
+alias v='mvim --remote-
tab
'