Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created March 3, 2009 15:59
Show Gist options
  • Save tammersaleh/73379 to your computer and use it in GitHub Desktop.
Save tammersaleh/73379 to your computer and use it in GitHub Desktop.
# [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