Skip to content

Commit

Permalink
README consistency tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Apr 13, 2017
1 parent 9fd088d commit 1af40ad
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Expand Up @@ -35,19 +35,19 @@ Load tmux sessions via json and YAML, `tmuxinator`_ and
- echo third pane # pane no. 3
- echo forth pane # pane no. 4
Save as ``mysession.yaml``. And load:
Save as *mysession.yaml*, and load:

.. code-block:: sh
$ tmuxp load ./mysession.yaml
Sessions in ``~/.tmuxp/`` can use names:
Sessions in *~/.tmuxp/* can use names:

.. code-block:: sh
$ tmuxp load mysession
Projects with ``.tmuxp.yaml`` or ``.tmuxp.json`` load via directory:
Projects with *.tmuxp.yaml* or *.tmuxp.json* load via directory:

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

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

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

snapshot your tmux layout, pane paths, and window/session names.
Snapshot your tmux layout, pane paths, and window/session names.

.. code-block:: sh
$ tmuxp freeze SESSION_NAME
$ tmuxp freeze session-name
See more about `freezing tmux`_ sessions.

Expand Down

0 comments on commit 1af40ad

Please sign in to comment.