Difference between revisions of "Tmux"

From wikieduonline
Jump to navigation Jump to search
Line 25: Line 25:
 
* {{tmux}}
 
* {{tmux}}
 
* {{terminal}}
 
* {{terminal}}
* [[reptyr]]<ref>https://linux.die.net/man/1/reptyr</ref> Reparent a running program to a new terminal
 
 
* <code>[[kitty]]</code> and <code>[[alacritty]]</code> GPU terminal emulators
 
* <code>[[kitty]]</code> and <code>[[alacritty]]</code> GPU terminal emulators
 
* [[iTerm2]] (macOS). Install iTerm2 <code>brew cask install iterm2</code> and use <code>CMD+D</code> to [[split screen]] vertically.
 
* [[iTerm2]] (macOS). Install iTerm2 <code>brew cask install iterm2</code> and use <code>CMD+D</code> to [[split screen]] vertically.

Revision as of 10:52, 19 October 2021

tmux [1] is a terminal multiplexer first released in 2007.

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.[4] (tmux kill-server)

Related terms

See also

  • http://man7.org/linux/man-pages/man1/tmux.1.html
  • https://gist.github.com/MohamedAlaa/2961058
  • https://medium.com/actualize-network/a-minimalist-guide-to-tmux-13675fb160fa
  • https://superuser.com/a/510310
  • Advertising: