Difference between revisions of "Tmux"

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
* <code>tmux a</code> or <code>tmux attach</code> Attach to last used session.<ref>https://medium.com/actualize-network/a-minimalist-guide-to-tmux-13675fb160fa</ref>
 
* <code>tmux a</code> or <code>tmux attach</code> Attach to last used session.<ref>https://medium.com/actualize-network/a-minimalist-guide-to-tmux-13675fb160fa</ref>
 
* <code>[[tmux attach -t]] my_session_name</code> or <code>tmux attach-session -t my_session_name</code>
 
* <code>[[tmux attach -t]] my_session_name</code> or <code>tmux attach-session -t my_session_name</code>
* <code>[[tmux attach]] -t 0</code> or <code>tmux attach-session -t 0</code>
+
* <code>[[tmux attach -t 0]]</code> or <code>tmux attach-session -t 0</code>
 
* <code>[[tmux kill-server]]</code>
 
* <code>[[tmux kill-server]]</code>
 
* [[Detach]]: <code>[[CTRL+b]] d</code>
 
* [[Detach]]: <code>[[CTRL+b]] d</code>

Revision as of 11:31, 3 July 2023

tmux is a terminal multiplexer first released in 2007.

Installation

Examples

Activities

  1. Open a tmux session, disconnect your computer and reconnect again to your previous session using tmux attach or tmux a
  2. Transfer current command to a detachable session (reptyr): https://superuser.com/questions/623432/transfer-current-command-to-a-detachable-session-tmux-screen
  3. Add set -g mouse on to your $HOME/.tmux.conf file to scroll using your mouse.[3] (tmux kill-server)

Related terms

See also

  • https://gist.github.com/MohamedAlaa/2961058
  • https://medium.com/actualize-network/a-minimalist-guide-to-tmux-13675fb160fa
  • https://superuser.com/a/510310
  • Advertising: