前言
預設開啟一些方便的設定,不用手動再啟動
編輯「~/.tmux.conf」檔案,設定啟動時配置
vim ~/.tmux.conf
添加內容
set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g mouse on
預設開啟一些方便的設定,不用手動再啟動
vim ~/.tmux.conf
set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g mouse on