Lil Toby Blog

不斷筆記,不斷前進

Tmux 基本設定

讓在終端機的使用更為高效

基本安裝 TPM git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm 先加下列到 .tmux.conf 裡 # List of plugins set -g @plugin ‘tmux-plugins/tpm’ set -g @plugin ‘tmux-plugins/tmux-sensible’ Other examples: set -g @plugin ‘github_username/plugin_name’ tmux source ~/.tmux.conf 設置快捷鍵 set -g @resurrect-save ‘C-s’ set -g @resurrect-restore ‘C-r’ 熱鍵列表 Key Bind c : 創建新 window , : rename window ? : Help &