File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
### master
4
+
5
+ ### v0.0.2, 2014-06-03
4
6
- split-window bindings "|" and "-" now create a new pane with the same path as
5
7
the original one the split started from.
6
8
- improve the default new-window "c" binding so it creates new windows with the
7
9
same path as the current pane
8
10
- bugfix for "|", "-" and "c" bindings - setting the correct path in new windows
9
11
wasn't working properly with "$PWD". Changed to "#{pane_current_path}".
12
+ - add other plugins list to the README
10
13
11
14
### v0.0.1, 2014-05-23
12
15
- first version out
Original file line number Diff line number Diff line change @@ -93,5 +93,19 @@ Example:
93
93
94
94
set-option -g @pane_resize "10"
95
95
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
+
96
110
### License
97
111
[ MIT] ( LICENSE.md )
You can’t perform that action at this time.
0 commit comments