We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf7a32 commit c14498bCopy full SHA for c14498b
tmuxp/cli.py
@@ -858,10 +858,11 @@ def command_shell(
858
"""Launch python shell for tmux server, session, window and pane.
859
860
Priority given to loaded session/wndow/pane objects:
861
+
862
- session_name and window_name arguments
- - current shell: environmental variable of TMUX_PANE (which gives us window and
863
- session)
864
- - ``server.attached_session``, ``session.attached_window``, ``window.attached_pane``
+ - current shell: envvar ``TMUX_PANE`` for determing window and session
+ - :attr:`libtmux.Server.attached_sessions`, :attr:`libtmux.Session.attached_window`,
865
+ :attr:`libtmux.Window.attached_pane`
866
"""
867
server = Server(socket_name=socket_name, socket_path=socket_path)
868
0 commit comments