Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe integration on macOS #3

Closed
hrantzsch opened this issue Aug 26, 2018 · 2 comments
Closed

Describe integration on macOS #3

hrantzsch opened this issue Aug 26, 2018 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@hrantzsch
Copy link
Owner

The integration section of the README is missing an explanation how to configure a shortcut to spawn vimscript in a new terminal on macOS.

@hrantzsch hrantzsch added the help wanted Extra attention is needed label Aug 26, 2018
@gnodar01
Copy link

I personally just have a simple applescript that I invoke with a hotkey:

tell application "iTerm"
    create window with default profile command "zsh -c $HOME/bin/vimclip"
end tell

For the hotkey, there's lots of programs like skhd that will let you set some up, but one can simply use the mac native Automator to create a service that runs an Apple Script and assign a keyboard shortcut to the service via System Preferences.

@hrantzsch
Copy link
Owner Author

Thanks for picking this up and for the instructions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants