aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/tmux/tmux.conf')
-rw-r--r--.config/tmux/tmux.conf19
1 files changed, 19 insertions, 0 deletions
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
+