Created
January 10, 2017 11:03
-
-
Save squm/f0bce6d39a0236518e6e3066d21fae63 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
do shell script "open -n -a \"MacVim\"" | |
(* | |
run script "tell application \"MacVim\" to open \"/\"" | |
*) | |
(* | |
do shell script "echo 1 | open -f -g -a MacVim" | |
*) | |
(* | |
do shell script "eval `/usr/libexec/path_helper -s`; /bin/bash --init-file ~/.profile; /usr/bin/env /usr/local/bin/mvim &> /dev/null &" | |
*) | |
(* | |
tell application "MacVim" | |
open "/new" | |
set frontmost to true | |
activate | |
end tell | |
*) |
Author
squm
commented
Jan 10, 2017
•
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment