@@ -27,13 +27,13 @@ or this<br/>
27
27
28
28
The icon will of course change as you connect/disconnect from the internet.
29
29
30
- ### Installation with [ Tmux Plugin Manager] ( https://github.com/bruno- /tpm ) (recommended)
30
+ ### Installation with [ Tmux Plugin Manager] ( https://github.com/tmux-plugins /tpm ) (recommended)
31
31
32
32
Add plugin to the list of TPM plugins in ` .tmux.conf ` :
33
33
34
- set -g @tpm_plugins " \
35
- bruno- /tpm \
36
- bruno-/tmux_online_status \
34
+ set -g @tpm_plugins " \
35
+ tmux-plugins /tpm \
36
+ tmux-plugins/tmux-online-status \
37
37
"
38
38
39
39
Hit ` prefix + I ` to fetch the plugin and source it.
@@ -44,7 +44,7 @@ Hit `prefix + I` to fetch the plugin and source it.
44
44
45
45
Clone the repo:
46
46
47
- $ git clone https://github.com/bruno-/tmux_online_status ~/clone/path
47
+ $ git clone https://github.com/tmux-plugins/tmux-online-status ~/clone/path
48
48
49
49
Add this line to the bottom of ` .tmux.conf ` :
50
50
@@ -72,13 +72,9 @@ Set `status-interval` to a low number to make this faster, example:
72
72
73
73
You might also find these useful:
74
74
75
- - [ pain control] ( https://github.com/bruno-/tmux_pain_control ) - useful
76
- standard bindings for controlling Tmux panes
77
- - [ goto session] ( https://github.com/bruno-/tmux_goto_session ) - faster session
78
- switching
79
- - [ battery osx] ( https://github.com/bruno-/tmux_battery_osx ) - battery status
75
+ - [ battery osx] ( https://github.com/tmux-plugins/tmux-battery-osx ) - battery status
80
76
for OSX in Tmux ` status-right `
81
- - [ logging] ( https://github.com/bruno-/tmux_logging ) - easy logging and
77
+ - [ logging] ( https://github.com/tmux-plugins/tmux-logging ) - easy logging and
82
78
screen capturing
83
79
84
80
### License
0 commit comments