Skip to content

Instantly share code, notes, and snippets.

@yoyozi
Created February 2, 2017 13:01
Show Gist options
  • Select an option

  • Save yoyozi/842e1aa048191cbe9962ed6dc5a9bb8d to your computer and use it in GitHub Desktop.

Select an option

Save yoyozi/842e1aa048191cbe9962ed6dc5a9bb8d to your computer and use it in GitHub Desktop.

Revisions

  1. yoyozi created this gist Feb 2, 2017.
    9 changes: 9 additions & 0 deletions Tmux cheetsheet
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ctrl - c create
    ctl-p previous n next w list
    tmux new -s name to create a new session to re-attach to in future
    ctrl-b d detach from session
    tmux list-sessions lists the sessions
    tmux attach name attaches to the session
    ctrl-b o moves to pane
    ctrl-b " opens horizontally
    ctrl-b % opens virtically