【tmux 自用腳本】tmux 自用腳本 - 對 tmux 進行一些初始化設定

前言

預設開啟一些方便的設定,不用手動再啟動

編輯「~/.tmux.conf」檔案,設定啟動時配置

vim ~/.tmux.conf

添加內容

set -g default-terminal "tmux-256color"
set -g history-limit 10000
set -g mouse on
Licensed under CC BY-NC-SA 4.0