記錄一下心得
1. 會使用的下列 class
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONArray;
# use bashre
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
brew install tmux2. Configure
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