Skip to content
Yogesh Garg edited this page Nov 4, 2016 · 6 revisions

Welcome to the artistic-styles wiki!

Artistic Styles

About

Add more about the project here

This page contains documents and links to the work we will refer to

Tools

  • tmux tutorial
    tmux new-session -s session1            # create a new session
    ctrl+b, d                               # detach
    tmux attach -t session1                 # attach to a new session
    ctrl+b, c                               # create a new window
    ctrl+b, [0-9]                           # go to a window
    
    • intermediate
      • go through the reference
      • instead of tmux, use tmux -S /path/to/tmux-shared to share tmux screens (so long as the file /path/to/tmux-shared is accessible to users)
Clone this wiki locally