From ae0f73c28758c50fc5f485f6780a88f2423a7da3 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Thu, 20 Oct 2022 21:27:45 +0200 Subject: Add tmux config --- .config/tmux/tmux.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..0b68eb3 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,19 @@ +setw -g mouse on +set -g default-terminal "screen-256color" +setw -g mode-keys vi +set -g history-limit 10000 +set -sg escape-time 50 + +set -g status-interval 30 +set -g status-style "bg=black,fg=white" +setw -g window-status-current-style "fg=white,bg=blue,bright" +set -g status-position bottom + +# status-right +set -g status-right-length 100 +set -g status-right "#(echo $USER)@#(uname -n) | #(date -d now '+%a/%b/%Y %R') | #(curl 'https://github.com/dracula/tmux/raw/b06419366c9b24d2e1a3f9d89e2c6b110538ba4d/scripts/weather.sh' -Ls | sh -s 'C' 2> /dev/null)" + +#set -g default-terminal "tmux-256color" +#set-option -sa terminal-overrides ",xterm*:Tc" +bind-key b set-option status + -- cgit v1.2.3