diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9879795..ee0f018 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -32,6 +32,8 @@ setw -g window-status-bell-style 'fg=#{@orange} bg=#{@red} bold' setw -g mode-keys vi # set -g mouse on +bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -in" + # Detached sessions set -g destroy-unattached on