aboutsummaryrefslogtreecommitdiff
path: root/.config/tmux/tmux.conf
blob: 0b68eb35c7cab0300e515fbe3d0a5d5e9aecb5fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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