1# TERMINAL COMPATIBILITY
2set-option -g default-terminal 'screen-256color'
3set-option -ga terminal-overrides ',xterm-ghostty:Tc'
4set-option -ga terminal-overrides ',xterm-ghostty:RGB'
5
6# Extended keys support for Ghostty
7set -s extended-keys on
8set -as terminal-features 'xterm-ghostty:extkeys'
9set -g extended-keys-format csi-u
10
11# General Settings
12set -g history-limit 1000000
13set -g base-index 1
14set -g pane-base-index 1
15set -g renumber-windows on
16set -g escape-time 0
17set -g set-clipboard on
18set -g status-position top
19set -g mouse on
20
21# Rename windows automatically
22set -g automatic-rename on
23set -g automatic-rename-format "#(~/.wraith/scripts/tmux-window-name.sh '#{pane_current_command}' '#{pane_current_path}' '#{pane_title}' '#{HOME}')"
24
25# Theme
26source-file ~/.config/tmux/generated.conf