From: Rich Manalang Date: Thu, 7 Oct 2010 20:35:55 +0000 (-0700) Subject: changed v alias so that it opens the file in a new tab. Current alias opens the file... X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=7c4af5c1d300b9f374507015748c39e9364278a0;p=common%2Fbash_it.git changed v alias so that it opens the file in a new tab. Current alias opens the file in an existing tab replacing the file that was already open --- diff --git a/plugins/vim.plugin.bash b/plugins/vim.plugin.bash index 42e32c2..dc224a9 100644 --- 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'