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/quickstart.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ First, we can grab a {class}`Server`.
92
92
:::{note}
93
93
94
94
You can specify a `socket_name`, `socket_path` and `config_file`
95
-
in your server object. `libtmux.Server(socket_name='mysocket')` is
95
+
in your server object. `libtmux.Server(socket_name='mysocket')` is
96
96
equivalent to `$ tmux -L mysocket`.
97
97
98
98
:::
@@ -338,7 +338,7 @@ As long as you have the object, or are iterating through a list of them, you can
338
338
```
339
339
340
340
See the other window, notice that {meth}`Pane.send_keys` has " `echo hey`" written,
341
-
*still in the prompt*. Note the leading space character so the command won't be added to the user's history. Use {}`pane.cmd('send-keys', text)` to send keys without this leading space.
341
+
_still in the prompt_. Note the leading space character so the command won't be added to the user's history. Use {}`pane.cmd('send-keys', text)` to send keys without this leading space.
342
342
343
343
`enter=False` can be used to send keys without pressing return. In this case,
344
344
you may leave it to the user to press return himself, or complete a command
@@ -367,11 +367,6 @@ and our [test suite][test suite] (see {ref}`developing`.)
0 commit comments