Guia rápida de tmux
Enlaces, documentación
- Tmuxinator: Create and manage tmux sessions easily
- Tmux Plugin Manager
- Tmux Resurrect: Restore
tmux
environment after system restart - Tmux sensible: A set of tmux options that should be acceptable to everyone
- Tmux Resurrect: Restore
- Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf
- A minimalist guide to tmux: begin windows numbering with 1 and unix porn example
- tmux man page
- The Tao of tmux: manual de uso muy detallado. Está editado en formato libro, disponible para su lectura online en Leanpub
- Today I Learned - posts about tmux
- copy paste in tmux
- TMUX – The Terminal Multiplexer (Part 1)
- TMUX – The Terminal Multiplexer (Part 2)
- tmux in practice: a series of tutorials on how to use tmux, the powerful virtual server multiplexer: Explore tmux and its tough questions and tricks, including features, nested sessions, scrollback buffer, clipboard integration, and iTerm2 integration.
- Part 1. Tmux in practice: explores local and nested remote tmux sessions
- Part 2. tmux in practice: iTerm2 and tmux integration
- Part 3. tmux in practice: scrollback buffer
- Part 4. tmux in practice: integration with system clipboard
- Part 5. tmux in practice: copy text from remote session using SSH remote tunnel and systemd service
- Everything discussed here you can see in action by checking my tmux Configuration project on Github: tmux-config
- (25/04/20) What's tmux and How to Configure It: a Detailed Guide: tmux integration with system clipboard
- (06/03/19) tmux Copy & Paste on OS X: A Better Future
- (01/04/20) Copying text to the clipboard: tmux, WSL, Windows Terminal
tl;dr
if-shell -b 'test -n "$WSLENV"' 'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel clip.exe'
if-shell -b 'test -n "$WSLENV"' 'bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel clip.exe'