Add json to indent formatting

This commit is contained in:
Sonny 2018-07-16 21:44:00 +02:00
parent 8b85b30cd1
commit eb12ff9328
2 changed files with 2 additions and 10 deletions

View file

@ -7,16 +7,11 @@ bind - split-window -v
unbind '"'
unbind %
# reload config file (change file location to your the tmux.conf you want to use)
bind r source-file ~/.tmux.conf
# status bar design
set -g status-position top
set -g status-bg colour239
set -g status-attr dim
set -g status-right ' #[fg=colour233,bg=colour102,bold] #(hostname) #[fg=colour233,bg=colour102,bold] %d/%m #[fg=colour233,bg=colour102,bold] %H:%M:%S '
set -g status-right-length 50
set -g status-left-length 20
# current session name
set-window-option -g status-left '#[fg=colour0,bg=colour102,bold] #S '