From 36b2ea3333b4aa8074f5d51928c19ce1cfdeee94 Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Sun, 21 Jun 2015 23:54:34 +1000 Subject: [PATCH] Adding link to Tmux site Adding link to the tmux site --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39bef86..08063d3 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Notes: - Use `man ascii` for a good ASCII table, with hex and decimal values. For general encoding info, `man unicode`, `man utf-8`, and `man latin1` are helpful. -- Use `screen` or `tmux` to multiplex the screen, especially useful on remote ssh sessions and to detach and re-attach to a session. A more minimal alternative for session persistence only is `dtach`. +- Use `screen` or [`tmux`](https://tmux.github.io/) to multiplex the screen, especially useful on remote ssh sessions and to detach and re-attach to a session. A more minimal alternative for session persistence only is `dtach`. - In ssh, knowing how to port tunnel with `-L` or `-D` (and occasionally `-R`) is useful, e.g. to access web sites from a remote server.