tmux
paneをclearする
code:.tmux.conf
bind-key -n C-l send-keys C-l \; send-keys -R \; clear-history
設定を反映する
code:bash
tmux source ~/.tmux.conf