點燈坊

失くすものさえない今が強くなるチャンスよ

我的 tmux 基本設定

Sam Xiao's Avatar 2023-07-13

本文記錄我的 tmux 基本設定。

Version

tmux 3.3a

Installation

$ brew install tmux
$ tmux -V
  • 使用 Homebrew 安裝 tmux

Start Session

$ tmux
  • 啟動 tmux

Exit Session

$ exit
  • 離開 tmux

Create Vertical Window

$  + "
  • prefixctrl + b

  • 建立垂直分割的上下視窗

Move Window Up

$  + ↑
  • 將 focus 移到上面視窗

Move Window Down

$  + ↓
  • 將 focus 移到下面視窗

Reference

Jeongwhan, Intall tmux on OSX and Basics Commands for Beginners