diff --git a/wiki/source/screen.md b/wiki/source/screen.md index d1c43d6..62fb37a 100644 --- a/wiki/source/screen.md +++ b/wiki/source/screen.md @@ -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. diff --git a/wiki/source/tmux.md b/wiki/source/tmux.md index 04dd75c..3a1fb2c 100644 --- a/wiki/source/tmux.md +++ b/wiki/source/tmux.md @@ -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)