You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/examples.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -416,7 +416,7 @@ _Experimental setting_: behavior and api is subject to change until stable.
416
416
Omit sending {kbd}`enter` to key commands. Equivalent to having
417
417
a [`time.sleep`](time.sleep) before and after [`send_keys`](libtmux.Pane.send_keys).
418
418
419
-
This is especially useful for expensive commands where the terminal needs some breathing room (virtualenv, poetry, pipenv, sourcing a configuration, launching a tui app, etc).
419
+
This is especially useful for expensive commands where the terminal needs some breathing room (virtualenv, poetry, pipenv, uv, sourcing a configuration, launching a tui app, etc).
420
420
421
421
````{tab} Virtualenv
422
422
@@ -740,7 +740,7 @@ the workspace file / project root.
740
740
741
741
:::
742
742
743
-
If you use [pipenv][pipenv] / [poetry][poetry], you can use a script like this to ensure
743
+
If you use [pipenv] / [poetry] / [uv], you can use a script like this to ensure
0 commit comments