Share Pastebin
Guest
Public paste!

davi

By: a guest | Nov 25th, 2007 | Syntax: Bash | Size: 0.16 KB | Hits: 300 | Expires: Never
Copy text to clipboard
  1. # http://www.cyberciti.biz/faq/linux-unix-pass-argument-to-alias-command/
  2.  
  3. function tvim() {
  4.         gvim --servername `gvim --serverlist | head -1` --remote-tab "$@";
  5. }