Skip to content

Instantly share code, notes, and snippets.

@NotFounds
Created September 1, 2016 07:17
Show Gist options
  • Save NotFounds/d39a9be87f554e032bfce631b0ca90a2 to your computer and use it in GitHub Desktop.
Save NotFounds/d39a9be87f554e032bfce631b0ca90a2 to your computer and use it in GitHub Desktop.
# 左右にウィンドウを分割
split-window -h
# 2番目のpaneを選択
select-pane -t 2
# 上下にウィンドウを分割する
split-window -v
# 2番目のpaneの高さを設定
resize-pane -D -t 2 15
# 3番目のpaneを選択
select-pane -t 3
# 時計を表示
clock-mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment