Skip to content

tom-ok1/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

dotfiles

tmux

~/.tmux.confに配置する

コマンド一覧

prefix = <C-j>

コマンド 役割
prefix + ? キーバインド一覧
prefix + s セッションの一覧表示
prefix + c 新規ウィンドウ作成・追加
prefix + w ウィンドウの一覧
prefix + & ウインドウの破棄
prefix + n 次のウインドウへ移動
prefix + p 前のウインドウへ移動
prefix + | 左右にペイン分割
prefix + - 上下にペイン分割
prefix + h 左のペインに移動
prefix + j 下のペインに移動
prefix + k 上のペインに移動
prefix + l 右のペインに移動
prefix + H ペインを左にリサイズ
prefix + J ペインを下にリサイズ
prefix + K ペインを上にリサイズ
prefix + L ペインを右にリサイズ
prefix + x ペインの破棄
prefix + スペース ペインのレイアウト変更
prefix + Ctrl + o ペインの入れ替え
prefix + { ペインの入れ替え(上方向)
prefix + } ペインの入れ替え(下方向)
prefix + [ コピーモードの開始(カーソルキーで移動)
prefix + v コピー開始位置決定(viモード)
prefix + y コピー終了位置決定(viモード)
prefix + Ctrl + p コピー内容の貼り付け

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages