File tree Expand file tree Collapse file tree 3 files changed +33
-34
lines changed
Expand file tree Collapse file tree 3 files changed +33
-34
lines changed Original file line number Diff line number Diff line change 88
99tmuxp helps you manage tmux workspaces.
1010
11- tmuxp is build upon an object relational mapper for tmux. End- users may
12- use YAML, JSON and :py:obj: `dict ` configurations to launch workspaces like
11+ Built on a object relational mapper for tmux. tmux users can reload common
12+ workspaces from YAML, JSON and :py:obj: `dict ` configurations like
1313`tmuxinator `_ and `teamocil `_.
1414
1515To jump right in, see :ref: `quickstart ` and :ref: `examples `.
1616
1717Interested in some kung-fu or joining the effort? :ref: `api ` and
1818:ref: `developing `
1919
20- License is `BSD-licensed `_. Code can be found at github at
21- http://github.com/tony/tmuxp.
20+ `BSD-licensed `_. Code can be found on ` github
21+ < http://github.com/tony/tmuxp.> `_
2222
2323Differences from tmuxinator / teamocil
2424--------------------------------------
Original file line number Diff line number Diff line change @@ -308,17 +308,15 @@ Windows can be *named upon creation*.
308308
309309 $ tmuxp new-window [-n window-name]
310310
311- .. _Rename window :
312-
313311 Windows can be *renamed after creation *.
314312
315- =============== =========================================================
313+ =============== ==========================================================
316314Command .. code-block:: bash
317315
318316 $ tmux rename-window <new-name>
319317
320318Short cut ``Prefix `` + ``, ``
321- =============== =========================================================
319+ =============== ==========================================================
322320
323321Creating new windows
324322--------------------
@@ -330,7 +328,7 @@ Command .. code-block:: bash
330328
331329Short cut ``Prefix `` + ``c ``
332330
333- You may then :ref: ` Rename window` .
331+ You may then rename window.
334332=============== =========================================================
335333
336334Traverse windows
Original file line number Diff line number Diff line change 44Command Line Interface
55======================
66
7+ .. _bash_completion :
8+
9+ Bash completion
10+ """""""""""""""
11+
12+ For bash, ``.bashrc ``:
13+
14+ .. code-block :: bash
15+
16+ $ source tmuxp.bash
17+
18+ For tcsh, ``.tcshrc ``:
19+
20+ .. code-block :: bash
21+
22+ $ complete tmuxp ' p/*/`tmuxp.tcsh`/'
23+
24+ For zsh, ``.zshrc ``:
25+
26+ .. code-block :: bash
27+
28+ $ source tmuxp.zsh
29+
30+ .. _commands :
31+
32+
733.. _cli_freeze :
834
935Freeze sessions
@@ -89,31 +115,6 @@ Convert between YAML and JSON
89115 tmuxp automatically will prompt to convert ``.yaml `` to ``.json `` and
90116 ``.json `` to ``.yaml ``.
91117
92- .. _bash_completion :
93-
94- Bash completion
95- """""""""""""""
96-
97- For bash, ``.bashrc ``:
98-
99- .. code-block :: bash
100-
101- $ source tmuxp.bash
102-
103- For tcsh, ``.tcshrc ``:
104-
105- .. code-block :: bash
106-
107- $ complete tmuxp ' p/*/`tmuxp.tcsh`/'
108-
109- For zsh, ``.zshrc ``:
110-
111- .. code-block :: bash
112-
113- $ source tmuxp.zsh
114-
115- .. _commands :
116-
117118Other commands
118119""""""""""""""
119120
You can’t perform that action at this time.
0 commit comments