dotfiles/.config/tmux/conf/options.conf

31 lines
807 B
Text

# Enable mouse
set -g mouse on
# Theming and layout
set -g default-terminal "${TERM}"
set -g status-position top
set -as terminal-overrides ',*:Smulx=\E[4::%p1%dm'
set -as terminal-overrides ',*:Setulc=\E[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m'
# 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