Skip to content

Commit d1dbf8d

Browse files
author
Bruno Sutic
committed
Update readme
1 parent 13759f2 commit d1dbf8d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
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
45

56
### v1.0.0, 2014-11-09
67
- improve `capture-pane`. It is now piped directly to the target file.

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Features:
1111
3. Enables saving a complete history of the current pane<br/>
1212
Everything that has been typed and all the output since the creation of the
1313
current pane can be saved to a file.
14-
4. Clear pane history with `prefix + M-c`
14+
4. Clear pane history with `prefix + alt + c`
1515

1616
### 1. Logging
1717

@@ -84,10 +84,10 @@ This is just a convenience key binding.
8484

8585
Add plugin to the list of TPM plugins in `.tmux.conf`:
8686

87-
set -g @tpm_plugins " \
87+
set -g @tpm_plugins ' \
8888
tmux-plugins/tpm \
8989
tmux-plugins/tmux-logging \
90-
"
90+
'
9191

9292
Hit `prefix + I` to fetch the plugin and source it.
9393

@@ -115,7 +115,7 @@ You should now have all `tmux-logging` key bindings defined.
115115
[ansifilter](http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php)
116116
is a program specialized for removing (or working with) ANSI codes.
117117

118-
If you're on OSX, it is recommened to install `ansifilter`:
118+
If you're on OSX, it is recommeneded to install `ansifilter`:
119119
`$ brew install ansifilter`
120120

121121
It helps with removing ANSI codes from the log. If `ansifilter` is not present,
@@ -125,11 +125,16 @@ ANSI codes are removed with `sed`.
125125

126126
You might also find these useful:
127127

128+
- [resurrect](https://github.com/tmux-plugins/tmux-resurrect) - restore tmux
129+
environment after system restart
128130
- [pain control](https://github.com/tmux-plugins/tmux-pain-control) - useful standard
129131
bindings for controlling panes
130132
- [sessionist](https://github.com/tmux-plugins/tmux-sessionist) - lightweight
131133
tmux utils for switching and creating sessions
132134

135+
You might want to follow [@brunosutic](https://twitter.com/brunosutic) on
136+
twitter if you want to hear about new tmux plugins or feature updates.
137+
133138
### License
134139

135140
[MIT](LICENSE.md)

0 commit comments

Comments
 (0)