[HOME]: [Mac OS X]: [MacPython]: [Emacs]: [生存報告記]: [MacEmacs JP Project]: [NTEmacs JP Project]:

概要

公式サイト

tmux

インストール

Mac

sudo port install tmux

ubuntu

sudo apt install -y libevent-dev libncurses5-dev

wget https://github.com/tmux/tmux/releases/download/3.0a/tmux-3.0a.tar.gz
tar xvf tmux-3.0a.tar.gz
cd tmux-3.0a
./configure
make
sudo make install

設定

いろいろ設定するがサンプルから基本設定を持ってくるのが良い

http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/examples/

git cline https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard.git
cd tmux-MacOSX-pasteboard
make reattach-to-user-namespace
cp reattach-to-user-namespace ~/bin

利用方法

plugin

tmux-plugins · GitHub

便利。tmuxサーバを終了させてもセッションを復元できる tmux-resurrect - 理系学生日記

参考サイト


CategoryUnix CommandLineTools

紹介マニアMoinMoin: tmux (last edited 2020-01-03 02:04:37 by sakito)