dotfiles/.config/tmux/conf/options.conf
2025-03-13 20:06:53 +01:00

29 lines
663 B
Text

# Enable mouse
set -g mouse on
# Theming and layout
set-option -g default-terminal screen-256color
set -g status-position top
# Windows and panes
set -g base-index 1
setw -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows 1
setw -g aggressive-resize on
# Shell
set-option -g default-shell $SHELL
set-option -g default-command $SHELL
# Environment
set-environment -g TMUX_DATA_DIR "${HOME}/.local/share/tmux"
# Ohers
set -g history-limit 100000
set-option -g lock-after-time 0
set -s escape-time 0
set -g set-titles on
set -g allow-passthrough on
set -ga update-environment TERM
set -ga update-environment TERM_PROGRAM