File tree Expand file tree Collapse file tree 3 files changed +52
-35
lines changed Expand file tree Collapse file tree 3 files changed +52
-35
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,10 @@ To run test where :ref:`test_builder_visually` you may:
186
186
.. _watching_testrunner : https://pypi.python.org/pypi/watching_testrunner/1.0
187
187
.. _pypi : https://pypi.python.org/pypi
188
188
189
- Super power
190
- """""""""""
189
+ .. _tmuxp developer config :
190
+
191
+ tmuxp developer config
192
+ """"""""""""""""""""""
191
193
192
194
.. image :: _static/tmuxp-dev-screenshot.png
193
195
:scale: 100%
Original file line number Diff line number Diff line change @@ -7,17 +7,19 @@ Examples
7
7
2 split panes
8
8
-------------
9
9
10
- .. aafig ::
11
-
12
- +--------+--------+
13
- | $ pwd |
14
- | |
15
- | |
16
- +-----------------+
17
- | $ pwd |
18
- | |
19
- | |
20
- +-----------------+
10
+ .. sidebar :: 2 pane
11
+
12
+ .. aafig ::
13
+
14
+ +-----------------+
15
+ | $ pwd |
16
+ | |
17
+ | |
18
+ +-----------------+
19
+ | $ pwd |
20
+ | |
21
+ | |
22
+ +-----------------+
21
23
22
24
YAML - Short form:
23
25
@@ -32,40 +34,52 @@ YAML - Christmas Tree:
32
34
3 panes
33
35
-------
34
36
35
- .. aafig ::
37
+ .. sidebar :: 3 panes
36
38
37
- +--------+--------+
38
- | $ pwd | $ pwd |
39
- | | |
40
- | | |
41
- +--------+--------+
42
- | $ pwd | $ pwd |
43
- | | |
44
- | | |
45
- +--------+--------+
39
+ .. aafig ::
40
+
41
+ +-----------------+
42
+ | $ pwd |
43
+ | |
44
+ | |
45
+ +--------+--------+
46
+ | $ pwd | $ pwd |
47
+ | | |
48
+ | | |
49
+ +--------+--------+
46
50
47
51
.. literalinclude :: ../examples/3-pane.yaml
48
52
:language: yaml
49
53
50
54
4 panes
51
55
-------
52
56
53
- .. aafig ::
57
+ .. sidebar :: 4 panes
54
58
55
- +-----------------+
56
- | $ pwd |
57
- | |
58
- | |
59
- +--------+--------+
60
- | $ pwd | $ pwd |
61
- | | |
62
- | | |
63
- +--------+--------+
59
+ .. aafig ::
64
60
61
+ +--------+--------+
62
+ | $ pwd | $ pwd |
63
+ | | |
64
+ | | |
65
+ +--------+--------+
66
+ | $ pwd | $ pwd |
67
+ | | |
68
+ | | |
69
+ +--------+--------+
65
70
66
71
.. literalinclude :: ../examples/4-pane.yaml
67
72
:language: yaml
68
73
74
+ Super-advanced dev environment
75
+ ------------------------------
76
+
77
+ .. seealso ::
78
+ :ref: `tmuxp developer config ` in the :ref: `developing ` section.
79
+
80
+ .. literalinclude :: ../.tmuxp.yaml
81
+ :language: yaml
82
+
69
83
Kung fu
70
84
-------
71
85
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ It will list configs available in the current directory and
38
38
39
39
This creates your tmuxp session.
40
40
41
- .. seealso :: :ref:`quickstart `
41
+ .. seealso :: :ref:`examples `
42
42
43
43
Bash completion
44
44
"""""""""""""""
@@ -80,7 +80,8 @@ Conventions
80
80
81
81
.. module :: tmuxp
82
82
83
- .. seealso :: :ref:`tmuxp python API documentation <api>`
83
+ .. seealso ::
84
+ :ref: `tmuxp python API documentation <api >` and :ref: `developing `.
84
85
85
86
======================================== =================================
86
87
:ref: `tmuxp python api <api >` :term: `tmux(1) ` equivalent
You can’t perform that action at this time.
0 commit comments