set -g default-terminal "screen-256color" # Reloading bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!" # Appearance ## Status Bar set -g status-style bg=default set -g status-fg white set -g status-justify centre set -g status-left "" set -g status-right "#H" setw -g window-status-format "#[fg=colour243] #W" setw -g window-status-current-format " #W" # Key Bindings set -g mode-keys vi set -g status-keys vi bind : command-prompt ## v and h to split bind h split-window -h bind v split-window -v ## toggle input across all pages within a window bind -n C-x setw synchronize-panes # Mouse set -g mouse on