all terminal multiplexers are equal

This commit is contained in:
saper
2019-10-22 06:34:33 -06:00
committed by Ben Harris
parent cb5dc2727f
commit bea279a891
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
---
title: terminal multiplexers
title: terminal multiplexers - screen
---
`screen` is a unix utility that lets you manage multiple shells from within a single window. You switch between them with a few keystrokes. When you disconnect it keeps the processes alive, and you can reconnect from another login.
It's pretty handy. [[tmux]] does a similar set of things.
It's pretty handy. [tmux](tmux.html) does a similar set of things.
a nice [screen tutorial](http://tilde.club/~jonathan/screen/) from ~jonathan will walk you through it.