changed v alias so that it opens the file in a new tab. Current alias opens the file...
authorRich Manalang <rich.manalang@gmail.com>
Thu, 7 Oct 2010 20:35:55 +0000 (13:35 -0700)
committerRich Manalang <rich.manalang@gmail.com>
Thu, 7 Oct 2010 20:35:55 +0000 (13:35 -0700)
plugins/vim.plugin.bash

index 42e32c2..dc224a9 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/bash
 
-alias v='mvim --remote-silent'
+alias v='mvim --remote-tab'