summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf11
1 files changed, 5 insertions, 6 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 5a92a90..94169b0 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,4 +1,4 @@
-set -sg escape-time 20
+set -sg escape-time 0
set -g history-limit 10000
set -g status-interval 5
@@ -40,14 +40,13 @@ bind-key c new-window -c "#{pane_current_path}"
unbind f
bind f split-pane "bash ~/.sessionizer.sh"
-bg="#698DDA"
+bg="#272727"
set -g status-position "bottom"
set -g status-style bg=default,fg=default
-set -g status-justify "centre"
-set -g status-left " #[bg=${bg},fg=#ffffff] tmux "
-set -g status-right "compromyse "
+set -g status-left " λ "
+set -g status-right ""
set -g window-status-format " #I:#W "
-set -g window-status-current-format "#[bg=${bg},fg=#000000] #I:#W "
+set -g window-status-current-format "#[bg=${bg},fg=#f2f0fa] #I:#W "
run '~/.tmux/plugins/tpm/tpm'