Linux 関係覚え書き

設定ファイル覚え書き

.tmux.conf

# remap prefix to Control + z
set -g prefix C-z
unbind C-b
bind C-z send-prefix

# tmux send Ctrl-H when Backspace is pressed.
bind-key -n Bspace send-keys C-h

# synchronize input
bind e setw synchronize-panes on
bind E setw synchronize-panes off

# resizing pain by mouse
set -g mouse on

トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2023-03-18 (土) 11:48:40