Created
June 7, 2014 04:28
-
-
Save technosophos/1b7c68ea8b9330c7e45f to your computer and use it in GitHub Desktop.
Apple Script to Raise and Focus the First MacVIM Window
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
| tell application "MacVim" | |
| activate | |
| set visible of first window to true | |
| end tell |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The above script...
This script can then be used to map a keybinding to MacVIM so that you can assign a keyboard shortcut that raises or reveals your first active VIM window.