brew install tmux
modify the ~/.tmux.conf
(1) 將控制鍵從 Ctrl+b 改成 Ctrl+f
# Use something easier to type as the prefix set -g prefix C-f unbind C-b bind C-f send-prefix