diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 11 | 
1 files changed, 5 insertions, 6 deletions
| @@ -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' | 
