Skip to content

Instantly share code, notes, and snippets.

@misfo
Created April 5, 2012 18:08
Show Gist options
  • Select an option

  • Save misfo/2312914 to your computer and use it in GitHub Desktop.

Select an option

Save misfo/2312914 to your computer and use it in GitHub Desktop.
# http://linux.die.net/man/1/gvim
/^[gm]?vi/
"-f"
"--nofork"
# http://www.gnu.org/software/emacs/manual/html_node/emacs/emacsclient-Options.html
"emacsclient"
!"-n"
!"--no-wait"
# http://manual.macromates.com/en/using_textmate_from_terminal.html
/^mate/
"-w"
# http://www.sublimetext.com/docs/2/osx_command_line.html
/^subl/
"-w"
"--wait"
# http://www.jedit.org/users-guide/cli-usage.html
/^jedit/
"-wait"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment