set -g default-terminal "screen-16color" setw -g mode-keys emacs
set-window-option -g utf8 on
setw -g mode-mouse off set -g mouse-select-pane off set -g mouse-resize-pane on set -g mouse-select-window off
bind R source-file ~/.tmux.conf ; display-message " Config reloaded.."
set -g status-bg black set -g status-fg brightwhite set -g status-left '#[fg=white]#H'
set-option -g status-position top
set-window-option -g window-status-current-bg white
set-option -g allow-rename off set-option -g set-titles on
set-option -g set-titles-string '#S:#I.#P #W' set-option -g set-titles-string "tmux.#I.#W" set-window-option -g automatic-rename off
set-option -g status-justify left
set-option -g status-interval 5
set-option -g status-left-length 20
set-option -g status-right-length 20
set-option -g status-left '' set-option -g status-right '#[fg=green] ###S#[default]'
set -g pane-border-style fg=black set -g pane-active-border-style fg=blue set -g pane-active-border-style bg=default
set-window-option -g clock-mode-colour cyan set-window-option -g clock-mode-style 24
set -g @tpm_plugins '
tmux-plugins/tpm
tmux-plugins/tmux-sensible
tmux-plugins/tmux-yank
tmux-plugins/tmux-copycat
tmux-plugins/tmux-sensible
tmux-plugins/tmux-open
tmux-plugins/tmux-sidebar
tmux-plugins/tmux-resurrect
'
run-shell '~/.tmux/plugins/tpm/tpm'