@@ -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] ``
6563to attach the session automatically.
@@ -69,7 +67,6 @@ for you.
6967
7068See: `Examples `_
7169
72-
7370============== ==========================================================
7471tmux support 1.8, 1.9-dev
7572config support yaml, json, python dict
0 commit comments