Skip to content

Commit

Permalink
Update the tmux arg support.
Browse files Browse the repository at this point in the history
Signed-off-by: corvofeng <corvofeng@gmail.com>
  • Loading branch information
corvofeng committed Apr 5, 2024
1 parent 74096a4 commit 40b591f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sudo install -v gmux /usr/local/bin

## Usage

```
```bash
mkdir ~/.tmuxinator

echo '
Expand All @@ -46,3 +46,14 @@ Here is an example:

[![asciicast](https://asciinema.org/a/lVIIOwzWwFAL611IwUeZpohoy.svg)](https://asciinema.org/a/lVIIOwzWwFAL611IwUeZpohoy)


### tmux arg support

You can put the tmux args after the `--`.

```bash
gmux -p gmux -- -V
# If -d is specified, any other clients attached to the session are detached.
gmux -p gmux -- at -d
```

0 comments on commit 40b591f

Please sign in to comment.