Linux 関係覚え書き

設定ファイル覚え書き

.tmux.con

# 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

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS