set-optionの-gと-sと-wとset-window-option

オプションは3種類ある

コマンドライン種類
-gグローバルオプション
-sサーバーオプション
なしセッションオプション
-wウィンドウオプション

セッションオプション、グローバルオプションの順に評価される

  • セッションオプションオプションが指定されていればそれが評価され
  • なければグローバルオプションが評価される

ウィンドウオプションはグローバルとセッションを持つ

  • set-option -w -g でグローバルのウィンドウオプションを指定し、
  • set-option -w でセッションのウィンドウオプションを指定する

set-window-option は set-option -wの別名

セッションに適用

 set-window-option
 set-option

グローバルに適用

 set-window-option -g
 set-option -w -g

サーバーオプションは通常の用途ではほぼ必要ない

  • tmux -L footmux -S /tmp/fooみたいにtmuxを複数起動する時に使うが、通常の用途では必要ない

参考

https://superuser.com/questions/758843/difference-between-global-server-session-and-window-options

設定内容の確認

 tmux show-options -s     # サーバーオプション
 tmux show-options -g     # グローバルオプション
 tmux show-options        # セッションオプション
 tmux show-options -w -s  # サーバーレベルのウィンドウオプション
 tmux show-options -w -g  # グローバルレベルのウィンドウオプション
 tmux show-options -w     # セッションレベルのウィンドウオプション

参考

https://man7.org/linux/man-pages/man1/tmux.1.html


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2021-02-07 (日) 03:45:40