mirror of https://github.com/tildeclub/site.git
all terminal multiplexers are equal
This commit is contained in:
parent
cb5dc2727f
commit
bea279a891
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue