Fix copy/paste on macs

This commit is contained in:
Hunter Haugen 2013-06-25 12:38:52 -07:00
parent 60061a8119
commit e707aabea2

View file

@ -12,6 +12,11 @@ setw -g xterm-keys on
setw -g mode-keys vi
set -g status-keys vi
# Fix copy/pasting
set -g default-shell $SHELL
set -g default-command "reattach-to-user-namespace -l zsh || zsh"
bind y run "tmux save-buffer - | reattach-to-user-namespace pbcopy"
# mouse settings
#set -g mouse-select-pane on
#set -g mouse-select-window on