File tree Expand file tree Collapse file tree 1 file changed +23
-17
lines changed
Expand file tree Collapse file tree 1 file changed +23
-17
lines changed Original file line number Diff line number Diff line change 77Short hand / inline
88-------------------
99
10+ tmuxp has a short-hand syntax to for those who wish to keep their configs
11+ punctual.
12+
1013.. sidebar :: short hand
1114
1215 .. aafig ::
3841Blank panes
3942-----------
4043
44+ No need to repeat ``pwd `` or a dummy comment, just make a blank item,
45+ 'blank', 'pane' are valid.
46+
4147.. important ::
4248
4349 In Development Version, see :ref: `Developing `. This will be released
5561.. literalinclude :: ../examples/blank-panes.json
5662 :language: json
5763
64+ Start Directory
65+ ---------------
66+
67+ Equivalent to ``tmux new-window -c <start-directory> ``.
68+
69+ YAML
70+ """"
71+
72+ .. literalinclude :: ../examples/start_directory.yaml
73+ :language: yaml
74+
75+ JSON
76+ """"
77+
78+ .. literalinclude :: ../examples/start_directory.json
79+ :language: json
80+
58812 split panes
5982-------------
6083
@@ -185,23 +208,6 @@ JSON
185208.. literalinclude :: ../examples/main-pane-height.json
186209 :language: json
187210
188- Start Directory
189- ---------------
190-
191- Equivalent to ``tmux new-window -c <start-directory> ``.
192-
193- YAML
194- """"
195-
196- .. literalinclude :: ../examples/start_directory.yaml
197- :language: yaml
198-
199- JSON
200- """"
201-
202- .. literalinclude :: ../examples/start_directory.json
203- :language: json
204-
205211Super-advanced dev environment
206212------------------------------
207213
You can’t perform that action at this time.
0 commit comments