Tmux_setup
設定ルール
キー
| word | explain |
|---|---|
| set | セットする |
| bind | キーバインドを設定する |
修飾キー
| word | explain |
|---|---|
| -g | global(全セッション,ウィンドウ) |
| -n | |
| -r | |
| -t | |
| -s |
設定の反映方法
- 以下コマンドを実行
tmux source ~/.tmux.conf
- 以下を .tmux.confに以下を書けば
prefix + rで設定ファイルをリロード可能
bind r source-file ~/.tmux.conf \; display "Reloaded!"
Quotes
Tags
#Vim #Tmux