aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux
diff options
context:
space:
mode:
authorLuca Matei Pintilie <lucafulger@gmail.com>2022-10-20 19:27:45 +0000
committerLuca Matei Pintilie <lucafulger@gmail.com>2022-10-20 19:27:45 +0000
commitae0f73c28758c50fc5f485f6780a88f2423a7da3 (patch)
tree339c7b7271e2b0d1864c982c3feec2ccb6ffbc8e /.config/tmux
parentd03a7f0634be50f8b4a500bc967fcece71427ba1 (diff)
downloaddotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar.gz
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar.bz2
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar.lz
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar.xz
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.tar.zst
dotfiles-ae0f73c28758c50fc5f485f6780a88f2423a7da3.zip
Add tmux config
Diffstat (limited to '.config/tmux')
-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
+