YusukeKato

How to use tmux

Install

sudo apt install tmux

How to use

Keybinds

~/.tmux.conf

vim ~/.tmux.conf

マウスクリックでペイン切り替え

set-option -g mouse on

設定を読み込み

tmux source-file ~/.tmux.conf

参考

YKpages Home Page