mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
25 lines
645 B
Plaintext
25 lines
645 B
Plaintext
---
|
|
title: Combined feed
|
|
---
|
|
|
|
import KeyboardTip from "../../components/KeyboardTip.astro";
|
|
|
|
import CombinedFeed from "./include/_CombinedFeed.mdx";
|
|
|
|
<CombinedFeed />
|
|
|
|
<KeyboardTip>
|
|
Use <kbd>S</kbd> (go to channel) or <kbd>Shift</kbd> +
|
|
<kbd>S</kbd> (go to conversation) to zoom in, and <kbd>A</kbd> to
|
|
get back to **Combined feed**.
|
|
</KeyboardTip>
|
|
|
|
## Related articles
|
|
|
|
* [Reading strategies](/help/reading-strategies)
|
|
* [Inbox](/help/inbox)
|
|
* [Recent conversations](/help/recent-conversations)
|
|
* [Configure home view](/help/configure-home-view)
|
|
* [Reading conversations](/help/reading-conversations)
|
|
* [Channel feed](/help/channel-feed)
|