dotfiles/.config/tmux/tmux_general.conf

20 lines
509 B
Text
Raw Permalink Normal View History

2023-12-10 21:22:07 +00:00
# tmux_general.conf
set -g default-terminal "tmux-256color"
set -sa terminal-features ",*:RGB"
set -sg escape-time 0
set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set -g detach-on-destroy off
2024-04-08 13:48:02 +01:00
set -g history-limit 250000
2023-12-10 21:22:07 +00:00
set -g set-clipboard on
set -g status-position top
set -g renumber-windows on
setw -g mode-keys vi
set -g status-style 'bg=#181926 fg=#cad3f5'
set -g status-right ""
set -g status-left-length 20
2024-04-08 13:48:02 +01:00
set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh