Files
dotfiles/tmux/.mac_config

5 lines
240 B
Plaintext
Raw Normal View History

2018-07-29 16:26:51 +02:00
set-option -g default-shell /bin/zsh
bind -Tcopy-mode-vi y send -X copy-pipe "pbcopy" \; display-message "copied to system clipboard"
bind C-p run "tmux set-buffer \"$pbpaste\"; tmux paste-buffer"
bind C-y run "tmux save-buffer - | pbcopy"