タグ

ブックマーク / gist.github.com/takuya71 (1)

  • tmuxのcheat sheet(日本語) · GitHub

    tmux_cheat_cheet.markdown tmux cheat sheet コマンド 新しく開始: tmux セッションに名前を付けて開始: tmux new -s myname アタッチ: tmux a # (or at, or attach) 再アタッチ: tumx a -d セッション名にアタッチ: tmux a -t myname セッションのリスト: tmux ls セッションを kill する: tmux kill-session -t myname セッション 新しいセッション ^b :new<CR> セッションのリスト ^b s セッションの名前 ^b $ 現在の接続しているセッションからデタッチする ^b d ウインドウ(タブ) 新しいウィンドウ ^b c ウインドウのリスト ^b w ウィンドウを探す ^b f ウィンドウ名 ^b , ウィンドウをkillする

    tmuxのcheat sheet(日本語) · GitHub
    shuzo_kino
    shuzo_kino 2013/10/09
    tmuxチートシート
  • 1