Skip to content

Commit

Permalink
Add example of tmux shortcut key to README
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai committed Aug 17, 2015
1 parent 87f8409 commit 5e3796d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ $ tmux new -A -s gotty

By using terminal multiplexers, you can have the control of your terminal and allow clients to just see your screen.

### Quick Sharing on tmux

To share your current session with others by a shortcut key, you can add a line like below to your `.tmux.conf`.

```
# Start gotty in a new window with C-t
bind-key C-t new-window "gotty tmux attach -t `tmux display -p '#S'`"
```

## Playing with Docker

When you want to create a jailed environment for each client, you can use Docker containers like following:
Expand Down

0 comments on commit 5e3796d

Please sign in to comment.