You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The integration section of the README is missing an explanation how to configure a shortcut to spawn vimscript in a new terminal on macOS.
The text was updated successfully, but these errors were encountered: