diff --git a/README.md b/README.md index 8e5fce7..b914e60 100644 --- a/README.md +++ b/README.md @@ -2041,6 +2041,7 @@ Mindmaps & Knowledge | --- | --- | | SaveScrollback | `Ctrl+b` + `:`, then type `capture-pane -S -` followed by `Ctrl+b` + `:` and type `save-buffer filename.txt`. | | SpyScrollback | `tmux capture-pane -e -pS- -t 6.0` to capture pane 6, window 0 of a running tmux. Remove `-e` to save without colour. | +| Clear | `tmux send-keys -R C-l \; clear-history -t6.0` to clear screen and delete scrollback history. | | Logging | `Ctrl+b` + `Shift + P` to start and stop. | | Attach | Start a new tmux, then type `Ctrl+b` + `s` and use `LEFT`, `RIGHT` to preview and select any session. | | Menu | `Ctrl+b` + `>`. Then use `Ctrl+b` + `UP`, `DOWN`, `LEFT` or `RIGHT` to move between the panes. |