We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0073e commit 2cf24d5Copy full SHA for 2cf24d5
docs/cli.rst
@@ -39,10 +39,13 @@ Shell
39
40
Launch into a python console with `libtmux`_ objects. Compare to django's shell.
41
42
-Automatically will picked the current tmux :class:`server <libtmux.Server>`,
+ .. image:: _static/tmuxp-shell.gif
43
+ :width: 100%
44
+
45
+Automatically preloads current tmux :class:`server <libtmux.Server>`,
46
:class:`session <libtmux.Session>`, :class:`window <libtmux.Window>`
-:class:`pane <libtmux.Pane>` you are currently in. Pass additional arguments
-to select a specific one of your choice::
47
+:class:`pane <libtmux.Pane>`. Pass additional arguments to select a
48
+specific one of your choice::
49
50
(Pdb) server
51
<libtmux.server.Server object at 0x7f7dc8e69d10>
0 commit comments