#author("2017-11-01T17:18:54+09:00","default:tanak0to","tanak0to")
#author("2023-03-18T11:48:40+09:00","default:tanak0to","tanak0to")
RIGHT:[[Linux 関係覚え書き]]

*設定ファイル覚え書き [#s5c5e239]
.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