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

pull/5/head
Rich Manalang 2010-10-07 13:35:55 -07:00
parent c94ccf1a39
commit 7c4af5c1d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
alias v='mvim --remote-silent'
alias v='mvim --remote-tab'