applications:terminals:tmux:notes
Applications - Terminals - tmux - Notes
Open tmux with several windows with applications
Open a new tmux session with 2 extra windows all named (-n) and start an application in each:
tmux new-session -n ssh \; \ send-keys 'ssh root@10.10.10.10' C-m \; \ new-window -n profile \; \ send-keys 'vi .profile' C-m \; \ new-window -n etc \; \ send-keys 'ls -l /etc' C-m \; \ attach
Sources:
applications/terminals/tmux/notes.txt · Last modified: 2021/01/10 02:37 by bas