Skip to content

Commit 1af40ad

Browse files
committed
README consistency tweaks
1 parent 9fd088d commit 1af40ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ Load tmux sessions via json and YAML, `tmuxinator`_ and
3535
- echo third pane # pane no. 3
3636
- echo forth pane # pane no. 4
3737
38-
Save as ``mysession.yaml``. And load:
38+
Save as *mysession.yaml*, and load:
3939

4040
.. code-block:: sh
4141
4242
$ tmuxp load ./mysession.yaml
4343
44-
Sessions in ``~/.tmuxp/`` can use names:
44+
Sessions in *~/.tmuxp/* can use names:
4545

4646
.. code-block:: sh
4747
4848
$ tmuxp load mysession
4949
50-
Projects with ``.tmuxp.yaml`` or ``.tmuxp.json`` load via directory:
50+
Projects with *.tmuxp.yaml* or *.tmuxp.json* load via directory:
5151

5252
.. code-block:: sh
5353
@@ -61,8 +61,8 @@ Load multiple at once (in bg, offer to attach last):
6161
6262
`simple`_, `very elaborate`_ config examples
6363

64-
Store configs in (``~/.tmuxp``) or include in your project as
65-
``~/.tmuxp.{yaml,json}``. See `author's tmuxp configs`_ and the
64+
Store configs in (*~/.tmuxp*) or include in your project as
65+
*~/.tmuxp.{yaml,json}*. See `author's tmuxp configs`_ and the
6666
the projects' `tmuxp.yaml`_.
6767

6868
Run custom startup scripts (such as installing project dependencies before
@@ -79,11 +79,11 @@ You can also load sessions in the background by passing ``-d`` flag
7979
Freeze a tmux session
8080
---------------------
8181

82-
snapshot your tmux layout, pane paths, and window/session names.
82+
Snapshot your tmux layout, pane paths, and window/session names.
8383

8484
.. code-block:: sh
8585
86-
$ tmuxp freeze SESSION_NAME
86+
$ tmuxp freeze session-name
8787
8888
See more about `freezing tmux`_ sessions.
8989

0 commit comments

Comments
 (0)