From be94425fb779edae9b51009e74808588be4d5e51 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Thu, 25 Sep 2025 09:40:50 -0400 Subject: update dotfiles --- tmux/.config/tmux/tmux.conf | 22 ---------------------- tmux/tmux/tmux.conf | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 tmux/.config/tmux/tmux.conf create mode 100644 tmux/tmux/tmux.conf (limited to 'tmux') diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf deleted file mode 100644 index 3192bf2..0000000 --- a/tmux/.config/tmux/tmux.conf +++ /dev/null @@ -1,22 +0,0 @@ -set -g default-terminal "tmux-256color" -set -s escape-time 0 -setw -g mode-keys vi -bind h select-pane -L -bind j select-pane -D -bind k select-pane -U -bind l select-pane -R -bind-key -T copy-mode-vi 'v' send -X begin-selection -bind-key -T copy-mode-vi 'y' send -X copy-selection - -# zenburn -setw -g clock-mode-colour colour117 -setw -g mode-style bold,fg=colour117,bg=colour238 -set -g status-style bg=colour235,fg=colour248 -setw -g window-status-current-style bold,fg=colour223,bg=colour237 -set -g message-style bold,fg=colour117,bg=colour235 - -set-option -g set-titles on -set-option -g set-titles-string "tmux [#S:#I] #T" -set-option -g status-right "#(whoami)@#h #[fg=colour187,bold]%a %Y-%m-%d %H:%M" -set -g status-right-length 50 -set -g status-left-length 20 diff --git a/tmux/tmux/tmux.conf b/tmux/tmux/tmux.conf new file mode 100644 index 0000000..3192bf2 --- /dev/null +++ b/tmux/tmux/tmux.conf @@ -0,0 +1,22 @@ +set -g default-terminal "tmux-256color" +set -s escape-time 0 +setw -g mode-keys vi +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R +bind-key -T copy-mode-vi 'v' send -X begin-selection +bind-key -T copy-mode-vi 'y' send -X copy-selection + +# zenburn +setw -g clock-mode-colour colour117 +setw -g mode-style bold,fg=colour117,bg=colour238 +set -g status-style bg=colour235,fg=colour248 +setw -g window-status-current-style bold,fg=colour223,bg=colour237 +set -g message-style bold,fg=colour117,bg=colour235 + +set-option -g set-titles on +set-option -g set-titles-string "tmux [#S:#I] #T" +set-option -g status-right "#(whoami)@#h #[fg=colour187,bold]%a %Y-%m-%d %H:%M" +set -g status-right-length 50 +set -g status-left-length 20 -- cgit v1.2.3