Created
March 3, 2009 15:59
-
-
Save tammersaleh/73379 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # [tsaleh@tardis:~] cat bin/v | |
| #!/bin/bash | |
| if [ $# == 0 ]; then | |
| mvim | |
| else | |
| mvim --remote-tab-silent "$@" 1>/dev/null 2>&1 | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment