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.

View File

@ -1,5 +1,5 @@
---
title: tmux
title: terminal multiplexers - tmux
---
TMUX IS THE BEST. Here's a super basic primer.
@ -39,3 +39,5 @@ I not the best writer or teacher. Just google anything that doesn't make sense.
[Or take a look at this tmux guide](http://robots.thoughtbot.com/a-tmux-crash-course)
But definitely use tmux.
Or, if you don't like it - try [screen](screen.html)