-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tmux.conf
30 lines (24 loc) · 930 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
26
27
28
29
30
# theme settings
set -g @plugin 'wfxr/tmux-power'
set -g @tmux_power_theme 'moon'
# net speed plugin
set -g @plugin 'wfxr/tmux-net-speed'
set -g @tmux_power_show_upload_speed true
set -g @tmux_power_show_download_speed true
# prefix plugin
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'
# 'L' for left only, 'R' for right only and 'LR' for both
set -g @tmux_power_prefix_highlight_pos 'LR'
# online status plugin
set -g @plugin 'wfxr/tmux-web-reachable'
set -g @tmux_power_show_web_reachable true
# 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 'github_username/plugin_name#branch'
# 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 '~/.tmux/plugins/tpm/tpm'