Tmux: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 August 2026

  • curprev 06:2906:29, 21 August 2026Tacoball talk contribs 1,421 bytes +1,421 Created page with "== conf == <syntaxhighlight lang="text"> # 開啟滑鼠支援(支援滾輪捲動、點擊選擇視窗與調整 Pane 大小) set -g mouse on # 視窗與 Pane 的編號從 1 開始(鍵盤上 1 比 0 好按許多) set -g base-index 1 setw -g pane-base-index 1 # 增加歷史指令/輸出紀錄行數(預設約 2000 行,改為 10000 行) set -g history-limit 10000 # 啟用 256 色與 True Color 全彩支援(解決 Vim/Neovim 顏色失真問題) set -g def..."