====== 設定 ====== ===== オプション ===== * bind-key -r :repeat time * bind-key -T :keytable 省略時は-T prefixとみなす ===== ファイル ===== # ウィンドウの番号の開始位置を指定 set -g base-index 1 # ペインのインデックスを1から始める setw -g pane-base-index 1 # ウィンドウのRename禁止 set-option -g allow-rename off # toggle synchronize-panes [On|OFF] bind a setw synchronize-panes \; display "synchronize-panes #{?pane_synchronized,on,off}" ===== 設定ファイルの読み込み ===== tmux source-file ~/.tmux.conf