diff --git a/.tmux.conf b/.tmux.conf deleted file mode 120000 index cd984c4..0000000 --- a/.tmux.conf +++ /dev/null @@ -1 +0,0 @@ -/home/electron/.tmux.conf \ No newline at end of file diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..1e20f56 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,14 @@ +# Reload the config with the "r" key +bind r source-file ~/.tmux.conf \; display-message "Config reloaded..." + +# No automatic renaming of windows +set -g automatic-rename off + +# Enable 256-color terminal +set -g default-terminal "screen-256color" + +# Colors how i like them +set -g status-bg blue +set -g status-fg white +set -g pane-border-fg white +set -g pane-active-border-fg blue