update tmux settings to be better
This commit is contained in:
parent
2fc1f3e897
commit
839d3f9314
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@ bind C-d detach
|
|||
|
||||
# ==========
|
||||
# My options
|
||||
set -g default-terminal "xterm-256color"
|
||||
set-option -g terminal-overrides ',xterm-256color:RGB'
|
||||
set-option -sa terminal-features ',xterm:LRGB'
|
||||
set -g detach-on-destroy off
|
||||
|
@ -61,5 +62,7 @@ set -g renumber-windows on
|
|||
set -g status-position top
|
||||
set -sg escape-time 0
|
||||
set -g xterm-keys on
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string "tmux: #S - #W"
|
||||
|
||||
set-option -g focus-events on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue