@@ -11,7 +11,7 @@ Features:
11113 . 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
8585Add 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
9292Hit ` 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 )
116116is 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
121121It helps with removing ANSI codes from the log. If ` ansifilter ` is not present,
@@ -125,11 +125,16 @@ ANSI codes are removed with `sed`.
125125
126126You 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