All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:29, 21 August 2026 Tacoball talk contribs created page Tmux (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...")