Skip to content

Commit d4cd579

Browse files
vspinubbatsov
authored andcommitted
Document sesman-browser in the manual
1 parent 6a9bc1c commit d4cd579

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/managing_connections.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ Sessions can be linked to contexts (projects, directories and buffers)
5050
- <kbd>C-c C-s p</kbd> `sesman-link-with-project`
5151
- <kbd>C-c C-s u</kbd> `sesman-unlink`
5252

53+
## Displaying Session Info
54+
55+
Retrieve info on all linked with the current context sessions with <kbd>C-c C-s
56+
i</kbd> (`sesman-info`). On <kbd>C-u</kbd>, display info for all CIDER
57+
sessions. For the connection specific information use CIDER's built-in
58+
`cider-describe-connection` (<kbd>C-c M-d</kbd>).
59+
60+
An interactive view of all CIDER sessions is available through the
61+
`sesman-browser` (<kbd>C-c C-s w</kbd>).
62+
5363
## Current Session
5464

5565
All CIDER commands (evaluation, completion, switching to REPL etc.) operate on
@@ -70,11 +80,6 @@ By default [Sesman] allows multiple simultaneous links to projects and
7080
directories, but only one link per buffer. See `sesman-single-link-contexts` if
7181
you would like to change that.
7282

73-
Retrieve info on the current session with <kbd>C-c C-s i</kbd>
74-
(`sesman-show-session-info`). With a single prefix <kbd>C-u</kbd> it shows info
75-
on all linked sessions, and with double prefix <kbd>C-u C-u</kbd> on all CIDER
76-
sessions. Display active links with <kbd>C-c C-s l</kbd> (`sesman-show-links`).
77-
7883
## Current REPL
7984

8085
The current REPL is the most relevant REPL from the current session. REPL relevance

0 commit comments

Comments
 (0)