From 2224bf8e0c0cefd48230ffb17d3d3d3ca21fa6bd Mon Sep 17 00:00:00 2001 From: Vishwesh Pillai Date: Sun, 12 Mar 2023 22:12:51 -0700 Subject: [PATCH] README: Rename 'private' to 'direct' in hotkey description. This commit replaces the use of 'private' with 'direct' in README.md for the 'z' hotkey description. Fixes: #1288. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2068a243841..907aa84eb04 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ The terminal client currently has a number of intentional differences to the Zul [Hot keys](https://github.com/zulip/zulip-terminal/blob/main/docs/hotkeys.md) to better support keyboard-only navigation; other than directional movement these also include: - - z - zoom in/out, between streams & topics, or all private messages & specific conversations + - z - zoom in/out, between streams & topics, or all direct messages & specific conversations - t - toggle view of topics for a stream in left panel (**later adopted for recent topics in web client**) - # - narrow to messages in which you're mentioned (@ is already used)