Advertisement
Guest User

EditWithVim.app

a guest
Jul 1st, 2011
2,141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.17 KB | None | 0 0
  1. command="vim "
  2. for f in "$@" ; do
  3.         command="$command '"
  4.         command="$command$f"
  5.         command="$command'"
  6. done
  7. ~/Library/BashScripts/TellTerminal $command
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement