tmux.conf: Update tmux config
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
7480ddff24
commit
c3fbb7be51
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ bind -n M-Up select-pane -U
|
||||||
bind -n M-Down select-pane -D
|
bind -n M-Down select-pane -D
|
||||||
|
|
||||||
# set default terminal mode to 256 colors
|
# set default terminal mode to 256 colors
|
||||||
set -g default-terminal "screen-256color"
|
# set -g default-terminal "screen-256color"
|
||||||
|
# set default terminal mode to 256 colors
|
||||||
|
set-option -g default-terminal "tmux-256color"
|
||||||
|
set-option -sa terminal-overrides ',tmux-256color:RGB'
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
Loading…
Reference in a new issue