tmux: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "==Notes== tmux is a slightly fancier virtual console (like screen). Hotkeys: * [ctrl]-b - trigger key * [ctrl]-b d - detach * tmux attach - attach * [ctrl]..."
 
No edit summary
Line 1: Line 1:
{{seed}}
==Notes==
==Notes==
[[tmux]] is a slightly fancier virtual console (like [[GNU/screen|screen]]).
[[tmux]] is a slightly fancier virtual console (like [[GNU/screen|screen]]).
Line 8: Line 9:
* [ctrl]-b [ - enable scrollback mode
* [ctrl]-b [ - enable scrollback mode
* [ctrl]-c - clear scrollback
* [ctrl]-c - clear scrollback
==Links==
* [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference]

Revision as of 11:16, 12 April 2018

  1. redirect Template:seed

Notes

tmux is a slightly fancier virtual console (like screen).

Hotkeys:

  • [ctrl]-b - trigger key
  • [ctrl]-b d - detach
  • tmux attach - attach
  • [ctrl]-b [ - enable scrollback mode
  • [ctrl]-c - clear scrollback