Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ bind C-a send-prefix
# Enable mouse support
set -g mouse on

# Enable OSC 52 clipboard - auto-copy selection to system clipboard
set -g set-clipboard external

# Set default terminal mode with true color and UTF-8 support
set -g default-terminal "tmux-256color"
set-option -ga terminal-overrides ",xterm-256color:Tc"
Expand Down