Skip to content

Instantly share code, notes, and snippets.

@gregspurrier
Created March 7, 2014 15:58
Show Gist options
  • Save gregspurrier/9414181 to your computer and use it in GitHub Desktop.
Save gregspurrier/9414181 to your computer and use it in GitHub Desktop.
A tmux binding for opening the URL or path contained in the paste buffer in OS X
# Send the paste-buffer to the open command
bind u run-shell "tmux show-buffer | xargs open"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment