@@ -17,6 +17,21 @@ Open to testers
17
17
tmuxp is still **alpha ** code and needs a few more weeks until stable.
18
18
See the `Issues tracker `_ to see known issues and for any other concerns.
19
19
20
+ Install
21
+ """""""
22
+
23
+ - install ``tmux ``, at least version **1.8 **
24
+ - libyaml is installed for your distribution.
25
+
26
+ Install ``tmuxp ``:
27
+
28
+ .. code-block :: bash
29
+
30
+ $ pip install tmuxp
31
+
32
+
33
+ See also: `Quickstart `_
34
+
20
35
21
36
tmux bash completion
22
37
""""""""""""""""""""
@@ -39,15 +54,12 @@ load tmux sessions from yaml and json
39
54
.. code-block :: bash
40
55
41
56
$ tmuxp load .
42
-
43
- Load from ``~/.tmuxp.yaml `` or ``~/.tmuxp.json `` in current directory.
44
-
45
- .. code-block :: bash
57
+ # Load from ``~/.tmuxp.yaml`` or ``~/.tmuxp.json`` in current directory.
46
58
47
59
$ tmuxp load myconfig.yaml
48
60
49
- Load ``myconfig.yaml ``, checking current directory, then
50
- ``$HOME/.tmuxp/myconfig.yaml ``.
61
+ # Load ``myconfig.yaml``, checking current directory, then
62
+ # ``$HOME/.tmuxp/myconfig.yaml``.
51
63
52
64
tmuxp will prompt you if session is already running, press ``[Enter] ``
53
65
to attach the session automatically.
@@ -57,37 +69,6 @@ for you.
57
69
58
70
See: `Examples `_
59
71
60
- Install
61
- """""""
62
-
63
- - install ``tmux ``, at least version **1.8 **
64
- - libyaml is installed for your distribution.
65
-
66
- Install ``tmuxp ``:
67
-
68
- .. code-block :: bash
69
-
70
- $ pip install tmuxp
71
-
72
- ``$ mkdir ~/.tmuxp `` and make a file ``~/.tmuxp/test.yaml ``.
73
-
74
- .. code-block :: yaml
75
-
76
- session_name : my session
77
- windows :
78
- - window_name : my test window
79
- shell_command_before : cd ~
80
- panes :
81
- - pwd
82
- - pwd
83
-
84
- With ``tmuxp ``:
85
-
86
- .. code-block :: bash
87
-
88
- $ tmuxp load test.yaml
89
-
90
- See also: `Quickstart `_
91
72
92
73
============== ==========================================================
93
74
tmux support 1.8, 1.9-dev
0 commit comments