|
13 | 13 | windows: |
14 | 14 | - panes: |
15 | 15 | - shell_command: |
16 | | - - cmd: echo "___$((1 + 3))___" |
17 | | - enter: false |
18 | | - |
19 | | - # pane-wide skip |
| 16 | + - echo "this sends" |
| 17 | + - cmd: echo "___$((1 + 3))___" |
| 18 | + enter: false |
| 19 | + # pane-wide skip |
20 | 20 | - shell_command: |
21 | | - - echo "___$((1 + 3))___" |
| 21 | + - echo "___$((1 + 3))___" |
22 | 22 | enter: false |
23 | 23 | ``` |
24 | 24 |
|
|
27 | 27 | ```yaml |
28 | 28 | session_name: Pause / skip command execution (command-level) |
29 | 29 | windows: |
30 | | - - panes: |
31 | | - - shell_command: |
32 | | - # Executes immediately |
33 | | - - echo "___$((11 + 1))___" |
34 | | - # Delays before sending 2 seconds |
35 | | - - cmd: echo "___$((1 + 3))___" |
36 | | - sleep_before: 2 |
37 | | - # Executes immediately |
38 | | - - cmd: echo "___$((1 + 3))___" |
39 | | - # Pauses 2 seconds after |
40 | | - - cmd: echo "Stuff rendering here!" |
41 | | - sleep_after: 2 |
42 | | - # Executes after earlier commands (after 2 sec) |
43 | | - - cmd: echo "2 seconds later" |
| 30 | + - panes: |
| 31 | + - shell_command: |
| 32 | + # Executes immediately |
| 33 | + - echo "___$((11 + 1))___" |
| 34 | + # Delays before sending 2 seconds |
| 35 | + - cmd: echo "___$((1 + 3))___" |
| 36 | + sleep_before: 2 |
| 37 | + # Executes immediately |
| 38 | + - cmd: echo "___$((1 + 3))___" |
| 39 | + # Pauses 2 seconds after |
| 40 | + - cmd: echo "Stuff rendering here!" |
| 41 | + sleep_after: 2 |
| 42 | + # Executes after earlier commands (after 2 sec) |
| 43 | + - cmd: echo "2 seconds later" |
44 | 44 | ``` |
45 | 45 |
|
46 | 46 | - #701: `tmuxp freeze` now accepts `--quiet` and `--yes` along with the |
@@ -347,7 +347,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python |
347 | 347 |
|
348 | 348 | ``` |
349 | 349 |
|
350 | | - As of {ref}`1.6.1 (above) <v1.6.1>`, `tmuxp shell` will find the most |
| 350 | + As of {ref}`1.6.1 (above) <v1-6-1>`, `tmuxp shell` will find the most |
351 | 351 | feature-rich shell available. If you have [ipython][ipython], [ptpython][ptpython], or |
352 | 352 | [bpython][bpython] available, it will be selected automatically. Pass `--pdb` |
353 | 353 | to use standard library pdb, or `--code` to use `code.interact`. |
@@ -925,12 +925,12 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python |
925 | 925 | - {issue}`19` accept `-y` argument to answer yes to questions. |
926 | 926 | - {meth}`cli.SessionCompleter` no longer allows a duplicate session |
927 | 927 | after one is added. |
928 | | -- ongoing work on {ref}`about_tmux`. |
| 928 | +- ongoing work on {ref}`about-tmux`. |
929 | 929 |
|
930 | 930 | ## tmuxp 0.1-dev (2013-11-09) |
931 | 931 |
|
932 | 932 | - [translation] [documentation in Chinese][documentation in chinese] from [wrongwaycn][wrongwaycn]. |
933 | | -- More work done on the {ref}`about_tmux` page. |
| 933 | +- More work done on the {ref}`about-tmux` page. |
934 | 934 | - {meth}`Pane.split_window()` for splitting {class}`Window` at |
935 | 935 | `target-pane` location. |
936 | 936 |
|
@@ -978,7 +978,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python |
978 | 978 | - Support for `[-L socket-name]` and `[-S socket-path]` in |
979 | 979 | autocompletion and when loading. Note, switching client into another |
980 | 980 | socket may cause an error. |
981 | | -- Documentation tweaking to {ref}`API`, {ref}`about_tmux`. |
| 981 | +- Documentation tweaking to {ref}`API`, {ref}`about-tmux`. |
982 | 982 | - [pep257][pep257], [pep8][pep8]. |
983 | 983 |
|
984 | 984 | ## tmuxp 0.1-dev (2013-11-04) |
@@ -1190,7 +1190,7 @@ This will be the last Python 2.7 release of tmuxp. Bug fixes for python |
1190 | 1190 | install because missing file |
1191 | 1191 | - bash / zsh completion. |
1192 | 1192 | - New page on {ref}`internals`. |
1193 | | -- Updates to {ref}`about_tmux` page. |
| 1193 | +- Updates to {ref}`about-tmux` page. |
1194 | 1194 | - add vim modeline for rst to bottom of this page |
1195 | 1195 | - Server is now a subclass of `util.TmuxObject`. |
1196 | 1196 | - subclasses of {class}`util.TmuxRelationalObject`, |
|
0 commit comments