Skip to content

Instantly share code, notes, and snippets.

@libitte
Created July 17, 2013 00:27
Show Gist options
  • Select an option

  • Save libitte/6016562 to your computer and use it in GitHub Desktop.

Select an option

Save libitte/6016562 to your computer and use it in GitHub Desktop.
basic - tmux session -

tmux デタッチ アタッチ

atach

tmux a -t [session-number]

detach

[prefix] d

不要なtmuxセッションを一掃する

kill all sessions

tmux kill-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment