Skip to content

Commit

Permalink
README: Fix and add some tmux commands
Browse files Browse the repository at this point in the history
Signed-off-by: Uri Lublin <uril@redhat.com>
  • Loading branch information
uril authored and sleviim committed Jun 4, 2023
1 parent 7ee96f5 commit 4589e77
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,14 @@ shell. `tmux` may be useful in this case.

Example `tmux` commands:

| Command | Description |
|---------|--------------------------|
| Ctrl+c | Create a new window |
| Ctrl+n | Toggle to next window |
| Ctrl+w | List open windows |
| Command | Description |
|------------|----------------------------|
| Ctrl+b + c | Create a new window |
| Ctrl+b + n | Toggle to next window |
| Ctrl+b + w | List open windows |
| Ctrl+b + 0 | Select Window 0 |
| Ctrl+b + 1 | Select Window 1 |
| Ctrl+d | Close a window (exit bash) |

## Creating a tarball

Expand Down

0 comments on commit 4589e77

Please sign in to comment.