# reload conf # prefix r 을 누르면 .tmux.conf 를 읽어서 적용 bind r source-file ~/.tmux.conf \; display "Reloaded!" # Ctrl+a 를 prefix 로 set -g prefix C-a unbind C-b bind C-a send-prefix # visual bell set-option -g visual-bell on