Skip to content

Commit

Permalink
Mention Threads in Messages documentation (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa authored Apr 12, 2024
1 parent b9d5ad4 commit fe1f138
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
11 changes: 11 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ fingers are used to from your favorite text editor!

![Example Usage](/static/images/iamb-demo.gif)

## Features

- Threads, spaces, E2EE, and read receipts
- Image previews in terminals that support it (sixels, Kitty, and iTerm2), or using pixelated blocks for those that don't
- Notifications via terminal bell or desktop environment
- Creating, joining, and leaving rooms
- Sending and accepting room invitations
- Editing, redacting, and reacting to messages
- Custom keybindings
- Multiple profiles

## Reading This Documentation

This documentation indicates keybindings using the following conventions:
Expand Down
12 changes: 11 additions & 1 deletion src/messages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ You can search the plaintext content of messages using `?` and `/` for reverse
and forward search respectively. The `n` and `N` keys can be used to jump
between results.

## Threads

You can enter or create a thread by selecting the message in the scrollback and
pressing `<Enter>`. This will open a thread view that will show you messages
in that thread. If you send a message in this view, it will be sent in-thread.

Entering the thread view puts an entry into the jumplist, so when you are ready
to return to the main room view, you can use `^O` to move backwards through the
jumplist.

## Replying To A Message

If you select a message in the scrollback, you can reply to it using the
Expand Down Expand Up @@ -111,7 +121,7 @@ command on the message. This command optionally takes a single argument giving
the reason for removing it. For example:

```
:redact "Message violates room rules"
:redact "Message violates room rules"
```

If you're removing a message because it contains secrets (e.g. passwords,
Expand Down

0 comments on commit fe1f138

Please sign in to comment.