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 87a523c commit 780939dCopy full SHA for 780939d
README.md
@@ -92,10 +92,10 @@ Session($1 foo)
92
Control your session:
93
94
```python
95
-# Assign session to `session`:
96
->>> session = server.find_where({ "session_name": "foo" })
+>>> session.rename_session('foo')
+Session($1 foo)
97
>>> session.new_window(attach=False, window_name="ha in the bg")
98
-Window(@8 2:ha in the bg, Session($3 foo))
+Window(@2 2:ha in the bg, Session($1 foo))
99
>>> session.kill_window("ha in")
100
```
101
0 commit comments