diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-27 12:45:54 +0530 |
| commit | 05f9bc5afd5ac5f671f1dcd3d20774b0987545ec (patch) | |
| tree | aa1a9fbe816b5217f6827ae2a41481f762c6c7f4 /.tmux.conf | |
| parent | cc5a352e65e533cc84358a546c9ee6f1d5a47908 (diff) | |
refactor dotfiles, and use nix
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' |
