.tmux.conf default term and history limit

This commit is contained in:
cubernetes 2023-07-28 09:33:36 +02:00
parent 7fafca85ca
commit bc2cb37320
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setw -g pane-base-index 1
set -g base-index 1
# Styling
set-option -ga terminal-overrides ",xterm-256color:Tc"
set -g default-terminal "xterm-256color"
set -g status-style bg=#3c3836,fg=#a89984
set -g status-left "#[bg=#fb4934,fg=#3c3836]  #{session_name} #[bg=#fe8019,fg=#fb4943]#[bg=#504945,fg=#fe8019]"
set -g window-status-format "#[bg=#504945] #{window_index}-#{window_name} #{?#{==:#{window_index},#{session_windows}},#[bg=#3c3836 fg=#504945],}"
@ -27,6 +27,8 @@ set -g pane-border-format "#{?pane_active,#[fg=#3c3836 bg=#fb4934] #{pane_ind
set -g pane-border-status 'top'
set -g pane-border-style fg=#fb4934
set -g pane-active-border-style fg=#fb4934
set-option -ga terminal-overrides ",xterm*:Tc"
set-option -g history-limit 50000
bind-key -T prefix h select-pane -L
bind-key -T prefix j select-pane -D