Skip to content

Commit a9a9803

Browse files
author
Bruno Sutic
committed
Add other plugins list to the readme
1 parent ab597b2 commit a9a9803

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Changelog
22

33
### master
4+
5+
### v0.0.2, 2014-06-03
46
- split-window bindings "|" and "-" now create a new pane with the same path as
57
the original one the split started from.
68
- improve the default new-window "c" binding so it creates new windows with the
79
same path as the current pane
810
- bugfix for "|", "-" and "c" bindings - setting the correct path in new windows
911
wasn't working properly with "$PWD". Changed to "#{pane_current_path}".
12+
- add other plugins list to the README
1013

1114
### v0.0.1, 2014-05-23
1215
- first version out

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,19 @@ Example:
9393

9494
set-option -g @pane_resize "10"
9595

96+
### Other plugins
97+
98+
You might also find these useful:
99+
100+
- [goto session](https://github.com/bruno-/tmux_goto_session) - faster session
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
105+
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+
96110
### License
97111
[MIT](LICENSE.md)

0 commit comments

Comments
 (0)