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
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{seed}}
+
<hide>
==Notes==
+
[[software type::virtual console]]
[[tmux]] is a slightly fancier virtual console (like [[GNU/screen|screen]]).
+
[[category:software]]
 
+
</hide>
Hotkeys:
+
==About==
* [ctrl]-b - trigger key
+
[[tmux]] is a virtual console (like [[GNU/screen|screen]], but somewhat fancier).
* [ctrl]-b d - detach
+
==Hotkeys==
* tmux attach - attach
+
* <code>[ctrl]-b</code> - trigger key
* [ctrl]-b [ - enable scrollback mode
+
* <code>[ctrl]-b d</code> - detach
* [ctrl]-c - clear scrollback
+
* <code>tmux attach</code> - attach
 +
* <code>[ctrl]-b [</code> - enable scrollback mode
 +
* <code>[ctrl]-c</code> - clear scrollback
 +
* <code>SHIFT-click</code> to select stuff
 +
* split the pane:
 +
** <code>[ctrl]-B "</code> for horizontal split
 +
** <code>[ctrl]-B %</code> for vertical split
 +
** <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