-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmux.conf
27 lines (18 loc) · 857 Bytes
/
tmux.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
set -g status
set -g status-interval 1
set -g @plugin 'tmux-plugins/tmux-net-speed'
set -g @net_speed_format "%10s%10s"
#set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g @plugin 'tmux-plugins/tmux-sidebar'
set -g status-right-length 100
#set-option -g status-right "#{net_speed} | #($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load)#[default] | %a %y/%m/%d %H:%M:%S "
set-option -g status-right "#{net_speed} | #(~/bin/tmux-mem-cpu-load) | %a %y/%m/%d %H:%M:%S "
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
# Other examples:
# set -g @plugin 'github_username/plugin_name'
# set -g @plugin '[email protected]/user/plugin'
# set -g @plugin '[email protected]/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run -b '~/.tmux/plugins/tpm/tpm'