Skip to content

Commit 6c583a6

Browse files
committed
README update
1 parent 30784a8 commit 6c583a6

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.rst

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ tmux bash completion
3838

3939
.. code-block:: bash
4040
41+
# tmuxp uses ``switch-client`` for you if already in a TMUX client.
4142
$ tmuxp attach-session<tab>
42-
# tmuxp will also automatically ``switch-client`` if you are already
43-
# inside a tmux client.
4443
$ tmuxp kill-session<tab>
44+
45+
# load a session configuration from a YAML or JSON file.
4546
$ tmuxp load<tab>
46-
# load a session configuration with windows, panes, autocommands from
47-
# a YAML or JSON file.
4847
4948
See: `bash completion`_
5049

@@ -53,13 +52,12 @@ load tmux sessions from yaml and json
5352

5453
.. code-block:: bash
5554
56-
$ tmuxp load .
5755
# Load from ``~/.tmuxp.yaml`` or ``~/.tmuxp.json`` in current directory.
56+
$ tmuxp load .
5857
59-
$ tmuxp load myconfig.yaml
60-
61-
# Load ``myconfig.yaml``, checking current directory, then
58+
# Load ``myconfig.yaml``, checking current directory, then
6259
# ``$HOME/.tmuxp/myconfig.yaml``.
60+
$ tmuxp load myconfig.yaml
6361
6462
tmuxp will prompt you if session is already running, press ``[Enter]``
6563
to attach the session automatically.
@@ -69,7 +67,6 @@ for you.
6967

7068
See: `Examples`_
7169

72-
7370
============== ==========================================================
7471
tmux support 1.8, 1.9-dev
7572
config support yaml, json, python dict

0 commit comments

Comments
 (0)