Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ Bindings follow GNU screen's defaults, including the `C-x` variants

`boo ui` adds bindings for switching (`C-a n`/`C-a p`/`C-a C-a`),
browsing the list without attaching (`C-a Up`/`C-a Down`, then
`Enter` to attach or `Esc` to cancel), creating (`C-a c`), killing
(`C-a k`), renaming (`C-a r`), and searching (`C-a s`) sessions;
pressing `C-a` alone lists them in the bottom bar. See `boo help ui`.
`Enter` to attach or `Esc` to cancel), resizing the sidebar
(`C-a Left`/`C-a Right`, then `Enter` to keep or `Esc` to cancel),
creating (`C-a c`), killing (`C-a k`), renaming (`C-a r`), and
searching (`C-a s`) sessions; pressing `C-a` alone lists them in
the bottom bar. See `boo help ui`.

## Automation

Expand Down
3 changes: 3 additions & 0 deletions src/help.zig
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ pub const commands = [_]Entry{
\\ browse the session list without attaching:
\\ Up/Down move the selection, Enter attaches it,
\\ Esc returns to the focused session
\\ C-a Left, C-a Right
\\ resize the sidebar: Left/Right adjust the width,
\\ Enter keeps it, Esc restores the previous width
\\ C-a C-a focus the previously focused session
\\ C-a d quit the UI (sessions keep running)
\\ C-a l redraw
Expand Down
Loading
Loading