File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Developmental releases:
4949- [ pip] ( https://pip.pypa.io/en/stable/ ) :
5050
5151 ``` console
52- $ pip install --user --upgrade --pre tmuxp
52+ pip install --user --upgrade --pre tmuxp
5353 ```
5454
5555- [ pipx] ( https://pypa.github.io/pipx/docs/ ) :
5656
5757 ``` console
58- $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
58+ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
5959 ```
6060
6161 Then use ` tmuxp@next load [session] ` .
@@ -85,25 +85,25 @@ windows:
8585Save as _mysession.yaml_, and load:
8686
8787` ` ` console
88- $ tmuxp load ./mysession.yaml
88+ tmuxp load ./mysession.yaml
8989```
9090
9191Projects with _ .tmuxp.yaml_ or _ .tmuxp.json_ load via directory:
9292
9393``` console
94- $ tmuxp load path/to/my/project/
94+ tmuxp load path/to/my/project/
9595```
9696
9797Load multiple at once (in bg, offer to attach last):
9898
9999``` console
100- $ tmuxp load mysession ./another/project/
100+ tmuxp load mysession ./another/project/
101101```
102102
103103Name a session:
104104
105105``` console
106- $ tmuxp load -s session_name ./mysession.yaml
106+ tmuxp load -s session_name ./mysession.yaml
107107```
108108
109109[ simple] ( http://tmuxp.git-pull.com/examples.html#short-hand-inline ) and
You can’t perform that action at this time.
0 commit comments