Skip to content

Instantly share code, notes, and snippets.

View tjohnson4's full-sized avatar

Todd Johnson tjohnson4

  • Samba TV
  • United States
View GitHub Profile
@tjohnson4
tjohnson4 / .tmux.conf
Created February 29, 2016 19:38 — forked from justin808/.tmux.conf
My tmux conf file for tmux 1.9a
set-option -g default-shell /bin/zsh
# https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
# http://brentvatne.github.com/tmux-copy-paste/
# this next command takes the current buffer and puts it on the OS clipboard
#bind Y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
#
# I don't understand why the next would be useful
# bind P run "tmux paste-buffer"
bind y copy-mode