Skip to content

Instantly share code, notes, and snippets.

@diegommarino
Created March 11, 2018 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegommarino/b9daf15ad7360f5e918a74e4d314b5c9 to your computer and use it in GitHub Desktop.
Save diegommarino/b9daf15ad7360f5e918a74e4d314b5c9 to your computer and use it in GitHub Desktop.
tmux new-session \; \
send-keys 'tail -f /var/log/monitor.log' C-m \; \
split-window -v -p 75 \; \
split-window -h -p 30 \; \
send-keys 'top' C-m \; \
select-pane -t 1 \; \
split-window -v \; \
send-keys 'weechat' C-m \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment