Created
March 7, 2014 15:58
-
-
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
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
# 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