Tweak tmux conf
Main difference is new colours for status bar
This commit is contained in:
parent
312fb07560
commit
29c6bb1976
1 changed files with 8 additions and 3 deletions
11
tmux
11
tmux
|
@ -6,6 +6,9 @@ bind-key C-a send-prefix
|
|||
# start with window 1 (instead of 0)
|
||||
set -g base-index 1
|
||||
|
||||
# renumber windows sequentially after closing any of them
|
||||
set -g renumber-windows on
|
||||
|
||||
# reload config file (change file location to your the tmux.conf you want to use)
|
||||
bind r source-file ~/.tmux.conf
|
||||
|
||||
|
@ -17,6 +20,8 @@ set-option -g allow-rename off
|
|||
|
||||
# Get 256 colour support
|
||||
set -g default-terminal "screen-256color"
|
||||
# Fig Tmux Integration: Enabled
|
||||
if-shell "test -e ~/.fig/tmux" "source-file ~/.fig/tmux"
|
||||
# End of Fig Tmux Integration
|
||||
# tell Tmux that outside terminal supports true color
|
||||
set -as terminal-features ",xterm-256color:RGB"
|
||||
|
||||
# Tweak status bar styles
|
||||
set -g status-style bg='color91',fg='color7'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue