Files
dotfiles/tmux/.mac_config
2022-07-06 11:41:04 +02:00

5 lines
243 B
Plaintext

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"