@@ -54,24 +54,24 @@ Newly created pane always has the same path as the original pane.
54
54
55
55
<br /><br /><br /><br /><br />
56
56
57
- ### Installation with [ Tmux Plugin Manager] ( https://github.com/bruno- /tpm ) (recommended)
57
+ ### Installation with [ Tmux Plugin Manager] ( https://github.com/tmux-plugins /tpm ) (recommended)
58
58
59
59
Add plugin to the list of TPM plugins in ` .tmux.conf ` :
60
60
61
- set -g @tpm_plugins " \
62
- bruno- /tpm \
63
- bruno-/tmux_pain_control \
61
+ set -g @tpm_plugins " \
62
+ tmux-plugins /tpm \
63
+ tmux-plugins/tmux-pain-control \
64
64
"
65
65
66
66
Hit ` prefix + I ` to fetch the plugin and source it.
67
67
68
- You should now have all ` pain_control ` bindings defined.
68
+ You should now have all ` pain-control ` bindings defined.
69
69
70
70
### Manual Installation
71
71
72
72
Clone the repo:
73
73
74
- $ git clone https://github.com/bruno-/tmux_pain_control ~/clone/path
74
+ $ git clone https://github.com/tmux-plugins/tmux-pain-control ~/clone/path
75
75
76
76
Add this line to the bottom of ` .tmux.conf ` :
77
77
@@ -82,7 +82,7 @@ Reload TMUX environment:
82
82
# type this in terminal
83
83
$ tmux source-file ~/.tmux.conf
84
84
85
- You should now have all ` pain_control ` bindings defined.
85
+ You should now have all ` pain-control ` bindings defined.
86
86
87
87
### Configuration
88
88
@@ -97,15 +97,10 @@ Example:
97
97
98
98
You might also find these useful:
99
99
100
- - [ goto session] ( https://github.com/bruno-/tmux_goto_session ) - faster session
100
+ - [ goto session] ( https://github.com/tmux-plugins/tmux-goto-session ) - faster session
101
101
switching
102
- - [ battery osx] ( https://github.com/bruno-/tmux_battery_osx ) - battery status
103
- for OSX in Tmux ` status-right `
104
- - [ logging] ( https://github.com/bruno-/tmux_logging ) - easy logging and
102
+ - [ logging] ( https://github.com/tmux-plugins/tmux-logging ) - easy logging and
105
103
screen capturing
106
- - [ online status] ( https://github.com/bruno-/tmux_online_status ) - online status
107
- indicator in Tmux ` status-right ` . Useful when on flaky connection to see if
108
- you're online.
109
104
110
105
### License
111
106
[ MIT] ( LICENSE.md )
0 commit comments