Skip to content

Instantly share code, notes, and snippets.

@yassu
Created February 11, 2016 14:30
Show Gist options
  • Save yassu/37b30793f34a624a508d to your computer and use it in GitHub Desktop.
Save yassu/37b30793f34a624a508d to your computer and use it in GitHub Desktop.
基本:
tmux ls: セッションの確認
<pre>d: セッションのデタッチ
tmux attach: 直近のセッションにアタッチ
tmux kill-session: セッションの削除
<pre>$: セッションのリネーム
windowの操作:
<pre>c: 新規window
<pre>{win-num}: windowの移動
<pre>p: 前の番号のwindowに移動
<pre>w: ウィンドウの一覧表示
<pre>&: ウィンドウの削除
ペインの操作
<pre>": 水平分割
<pre>%: 垂直分割
<pre>o: ペインの移動
<pre>x: ペインの分割解除
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment