Surmise how to refurbish tmux
Requirements
OS: CentOS, Ubuntu
How to refurbish
Create $HOME/.tmux.conf
The blow is a sample of .tmux.conf
https://gist.github.com/cocoa-maemae/5e00a4d696d69e7b410d133714771d5d
Debug
If $HOME/.tmux.conf is not reflected, kill a tmux process then run tmux again.
e.g.
# Look into a tmux process
ps aux | grep tmux
25718 ? Ss 1:37 tmux
18937 pts/8 S+ 0:00 grep tmux
18937 pts/8 S+ 0:00 grep tmux
# kill a tmux process
kill -9 25718
No comments:
Post a Comment