diff --git a/config/.tmux.conf b/config/.tmux.conf index ff35f75..cacda3f 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -6,6 +6,8 @@ set -g mouse on set -sg base-index 1 set -wg pane-base-index 1 +set -g set-clipboard on + # statusline set -g status-left "[#S] " set -g status-right "[#($HOME/dotfiles/bin/tmux_battery.sh)] \"#H\" %H:%M %d/%m/%Y"