Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Scrolling hint

...

No Format
ssh user@host
tmux attach

Frequently used hotkeys

Scrolling

To enter scrolling press Ctrl-b [. Now cursor up/down and page up/down allow arbitrary scrolling. To quit scrolling, press q (for quit).

Frequently used options

OptionPurpuse
-L socket-nameUses specified socket-name instead of 'default'. Useful to run and distinct multiple tmux daemons.
-S socket-pathUses specified socket-path instead of default path and name. Useful to run and distinct multiple tmux daemons.

...