Skip to content

Commit 79f2631

Browse files
author
Bruno Sutic
committed
Update readme to reflect github organization change
1 parent a9a9803 commit 79f2631

File tree

2 files changed

+10
-14
lines changed

2 files changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
### master
4+
- update readme to reflect github organization change
45

56
### v0.0.2, 2014-06-03
67
- split-window bindings "|" and "-" now create a new pane with the same path as

README.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,24 +54,24 @@ Newly created pane always has the same path as the original pane.
5454

5555
<br/><br/><br/><br/><br/>
5656

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)
5858

5959
Add plugin to the list of TPM plugins in `.tmux.conf`:
6060

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 \
6464
"
6565

6666
Hit `prefix + I` to fetch the plugin and source it.
6767

68-
You should now have all `pain_control` bindings defined.
68+
You should now have all `pain-control` bindings defined.
6969

7070
### Manual Installation
7171

7272
Clone the repo:
7373

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
7575

7676
Add this line to the bottom of `.tmux.conf`:
7777

@@ -82,7 +82,7 @@ Reload TMUX environment:
8282
# type this in terminal
8383
$ tmux source-file ~/.tmux.conf
8484

85-
You should now have all `pain_control` bindings defined.
85+
You should now have all `pain-control` bindings defined.
8686

8787
### Configuration
8888

@@ -97,15 +97,10 @@ Example:
9797

9898
You might also find these useful:
9999

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
101101
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
105103
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.
109104

110105
### License
111106
[MIT](LICENSE.md)

0 commit comments

Comments
 (0)