HokieGeek / dotfiles

My linux config files
0 stars 0 forks source link

Update clipboard helpers #66

Closed HokieGeek closed 9 years ago

HokieGeek commented 10 years ago

Line 83:

bind-key Y run-shell "tmux show-buffer | xclip -i -sel clipboard" \; display-message "Copied to clipboard"

Line 84:

bind-key P run-shell "tmux set-buffer $(xclip -o -sel clipboard)" \; paste-buffer