From 35b5a542fe2828e945f143348fba64acf9461741 Mon Sep 17 00:00:00 2001 From: Jona Reichmann <34141868+jreichmann@users.noreply.github.com> Date: Sun, 17 Dec 2017 14:16:02 +0100 Subject: [PATCH] Put actual file in repo and symlink it, not the other way around --- .tmux.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) mode change 120000 => 100644 .tmux.conf 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