ユーザ用ツール

サイト用ツール


サイドバー

Index

はじめてのおつかい






DokuWiki整形記法


PlayGround



serverapps:tmux:config

文書の過去の版を表示しています。


設定

オプション

bind-key -r :repeat time
bind-key -T :keytable

ファイル

~/.tmux.conf
# ウィンドウの番号の開始位置を指定
set -g base-index 1
 
# ペインのインデックスを1から始める
setw -g pane-base-index 1
 
# ウィンドウのRename禁止
set-option -g allow-rename off

設定ファイルの読み込み

tmux source-file ~/.tmux.conf
serverapps/tmux/config.1594017130.txt.gz · 最終更新: 2020/07/06 15:32 by hayashi