Difference between revisions of "tmux"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
 
Line 3: Line 3:
 
[[category:software]]
 
[[category:software]]
 
</hide>
 
</hide>
{{seed}}
+
==About==
==Notes==
+
[[tmux]] is a virtual console (like [[GNU/screen|screen]], but somewhat fancier).
[[tmux]] is a slightly fancier virtual console (like [[GNU/screen|screen]]).
+
==Hotkeys==
 
 
Hotkeys:
 
 
* <code>[ctrl]-b</code> - trigger key
 
* <code>[ctrl]-b</code> - trigger key
 
* <code>[ctrl]-b d</code> - detach
 
* <code>[ctrl]-b d</code> - detach
Line 18: Line 16:
 
** <code>[ctrl]-B %</code> for vertical split
 
** <code>[ctrl]-B %</code> for vertical split
 
** <code>[ctrl]-B {{arg|arrow keys}}</code> switches between panes
 
** <code>[ctrl]-B {{arg|arrow keys}}</code> switches between panes
 
 
==Links==
 
==Links==
 
* [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference]
 
* [https://www.tmuxcheatsheet.com/ Tmux Cheat Sheet & Quick Reference]

Latest revision as of 23:43, 31 March 2025

About

tmux is a virtual console (like screen, but somewhat fancier).

Hotkeys

  • [ctrl]-b - trigger key
  • [ctrl]-b d - detach
  • tmux attach - attach
  • [ctrl]-b [ - enable scrollback mode
  • [ctrl]-c - clear scrollback
  • SHIFT-click to select stuff
  • split the pane:
    • [ctrl]-B " for horizontal split
    • [ctrl]-B % for vertical split
    • [ctrl]-B <arrow keys> switches between panes

Links