tmux Nexus
開發者優先的 tmux 指令中心,乾淨、極速、直覺的終端機指令查詢工具
42commands
5categories
/focus search
Escclear
Sessions
9新建 Session
tmux new -s <name>tmux new -s mysession列出所有 Session
tmux lstmux ls連接 Session
tmux attach -t <name>tmux attach -t mysession離開 Session
Ctrl+b + dtmux detach關閉 Session
tmux kill-session -t <name>tmux kill-session -t mysession重新命名 Session
Ctrl+b + $tmux rename-session <newname>上一個 Session
Ctrl+b + (下一個 Session
Ctrl+b + )切換 Session
Ctrl+b + sWindows
8新建視窗
Ctrl+b + ctmux new-window關閉視窗
Ctrl+b + &tmux kill-window重新命名視窗
Ctrl+b + ,tmux rename-window <newname>上一個視窗
Ctrl+b + p下一個視窗
Ctrl+b + n選擇視窗編號
Ctrl+b + 0-9列出所有視窗
Ctrl+b + w搜尋視窗
Ctrl+b + fPanes
10垂直分割
Ctrl+b + %tmux split-window -h水平分割
Ctrl+b + "tmux split-window -v切換窗格
Ctrl+b + o依方向切換窗格
Ctrl+b + Arrow Keys切換放大
Ctrl+b + ztmux resize-pane -Z關閉窗格
Ctrl+b + xtmux kill-pane調整窗格大小
Ctrl+b + Ctrl + Arrow Keys顯示窗格編號
Ctrl+b + q交換窗格
Ctrl+b + { or Ctrl+b + }轉換為視窗
Ctrl+b + !Copy Mode
9進入複製模式
Ctrl+b + [離開複製模式
q or Esc開始選取
Space複製選取內容
Enter貼上緩衝區
Ctrl+b + ]向上捲動
Ctrl + u向下捲動
Ctrl + d向前搜尋
/向後搜尋
?Misc
6顯示時間
Ctrl+b + t列出快捷鍵
Ctrl+b + ?指令提示
Ctrl+b + :重新載入設定
tmux source-file ~/.tmux.conftmux source-file ~/.tmux.conf關閉伺服器
tmux kill-servertmux kill-server同步窗格輸入
Ctrl+b + : + setw synchronize-panestmux setw synchronize-panes