8000 Fix typo: tmxup -> tmuxp by inkch · Pull Request #696 · tmux-python/tmuxp · GitHub
[go: up one dir, main page]

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ tmuxp load mysession ./another/project/
Name a session:

```bash
$ tmxup load -s session_name ./mysession.yaml
$ tmuxp load -s session_name ./mysession.yaml
```

[simple](http://tmuxp.git-pull.com/examples.html#short-hand-inline) and
Expand Down
89DE 2 changes: 1 addition & 1 deletion docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ are created, the last session is named from the terminal.

```{code-block} bash

$ tmxup load -s <new_session_name> <filename1> ...
$ tmuxp load -s <new_session_name> <filename1> ...

```

Expand Down
0