diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 93018e8..86c6bd9 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -35,6 +35,10 @@ set-option -g allow-rename off set -g mouse on set -g focus-events on +# For clipboard +set -g allow-passthrough on +set -g set-clipboard on + # Smart pane switching with awareness of Vim splits. # See: https://github.com/christoomey/vim-tmux-navigator is_vim="ps -o state= -o comm= -t '#{pane_tty}' \