Skip to content

tmux and screen

William Zhang edited this page Jan 14, 2019 · 3 revisions

tmux

What is tmux, How to use tmux

Want to create multiple windows and login to remote ssh server automatically? See tmux-new-windows.sh.

screen

Change the default prefix from ^a to ^b.

$ cat ~/.screenrc
escape ^Bb
Clone this wiki locally