Authentication-Results: mail-b.sr.ht; dkim=pass header.d=mail.com header.i=@mail.com Received: from mout.gmx.com (mout.gmx.com [74.208.4.200]) by mail-b.sr.ht (Postfix) with ESMTPS id 19B2A11F033 for <~whereswaldon/arbor-dev@lists.sr.ht>; Tue, 7 Sep 2021 23:28:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.com; s=dbd5af2cbaf7; t=1631057333; bh=pCQc6pM9mlNzYPcbM/GTc8kA4mQvrSIuVL9KMHgIydU=; h=X-UI-Sender-Class:From:To:Cc:Subject:Date; b=aKwrVj9kBsKxvSxWTQHpdvxY42qsVJR5QV+rWa/5ZDBbINxlr5MalQZrblZF6TBXZ 9/7Tta2CqiWzAv9SrtbehqSF4YxjJMvrnmT1G/Tsw0cPfcqeVAspYcv+J/vyWXQbgv gHxhAAZrwrK924UO+Mst6bGO7774XeYc+a1hEq50= X-UI-Sender-Class: 214d933f-fd2f-45c7-a636-f5d79ae31a79 Received: from localhost ([76.182.45.53]) by smtp.mail.com (mrgmxus005 [74.208.5.15]) with ESMTPSA (Nemesis) id 0Lcicj-1mm2yZ43a3-00k4sb; Wed, 08 Sep 2021 01:28:53 +0200 From: Danny Wilkins To: ~whereswaldon/arbor-dev@lists.sr.ht Cc: Danny Wilkins Subject: [PATCH] Document 'd' shortcut for sprig, minor cleanups. Date: Tue, 7 Sep 2021 19:28:32 -0400 Message-Id: <20210907232832.10245-1-tekk@linuxmail.org> X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:pXumZM7lAwe3syDdFLMqlNsMkyBCDuTTFR+l0m7qjF2X0+EZIXi B5XN5GsCjQn4inffAdiuvPJB/f1I+8Dq9YpJvcxVPZoh76mGDICP36CSK+BnPaaD6rjb+Ok CRomMASI1Y5tZne5GUxh+RAJoBYWbsMOx0FGmDeKqbqXo+IINElgUhS2surqEsrKtpOco4u hAAiKyA7hDgptSthAooRw== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:LFvba3hgWXM=:SLHDsb7Z8cLRkrHtabKCYp /jtaz2Ay/l9o8rfQTMFTyQXxvxMDCLqkLC2oS3wOHK0muZ321413aiwni/ywlCdBXVGCmrNmx pOdaYjqjB5OSpvGnIk1exAADtb/KsXaQ9rQs2UedpNOxmwcnc+KhBp4+IaNWzOn4u4OdMwfMT 1Z419zib1iLxk2wdTl6846+mqh1HcANrLI19RIyFGSnX4yKaCpMBPEF/7G+RqzTl6lLHfRf2G n3Dw5OY2pCeITPU4dCGOlyWjvMi4OSgr2kNMwAz7iu2/94DHMILKktM0wCeY/w7vd0upGRpSl 4cKISVwfiVILT64MqlkCeLhWrEOmbkPCt3zNmIbIdH7cPfhYa7OftpfU6O2W5MKUieYiqBZiE 5wurhZ5JdDJFAPOt4PwjZgBdmYRY1IqxhIlRqUuEDgpNU27GzYo8SZU8qwHeOCWflJnL7t0KA rbg+qJyfU0SDM4DMzorUOv8j+iHIDgzUkZM8eL3bOg6gYXFF7XQaUCIvpx1C0oQ4hnLbjlHXL /c9SN1+4n+yBDIQ9Wk9Fn4L7IiCLWx9ZIJYFtWnOA4InxZAz/KW3SBcIXtaMdGqt9aLY//0Tp n5WWFI3DAH6hfF10sfT2ujpv5fD5VKA5O9r0ujgM11sU6A6XARSPnyUedtpVulUycdUwIsh59 wal4w8XuU/InVKBwRrK2Lt93rLeQQPqM2Le/96Xuh+ooC0cAoq+OizJ3ah/KqF+VCio1k5mxl ydaqVc+Y7dtOxxNAeezNkQkqhziyCES06bM0XfNpBt0eELhmNOLXvYbXv6puS1o683c2luCoc 1rzH9kNU2CtJNajRWEwuRVfNsn/azHfX4dmi+No9LXynoKpil4= =2D-- getting-started.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/getting-started.md b/getting-started.md index 7f030b4..6c83c23 100644 =2D-- a/getting-started.md +++ b/getting-started.md @@ -26,22 +26,23 @@ To the right of the selected message, there is a `Repl= y` button. Clicking that r At the top of the message view, there are four buttons. From left to righ= t: - Hamburger menu - - Switch between the settings, the conversation view, and other pages + - Switch between the settings, the conversation view, and other page. - Plus Button - - Compose a **Conversation root** message + - Compose a **Conversation root** message. - Filter Button - - Only display messages that are direct parents or children of the sele= cted message + - Only display messages that are direct parents or children of the sele= cted message. - Kebab menu - Overflow menu containing additional options. At the moment, those inc= lude jumping to the top and bottom of the conversation view. ## Keyboard short cuts On desktop, the following short cuts are available: =2D- `f` and `Space` to toggle the filter =2D- `c` to create a new conversation root =2D- `Enter` replies to the selected message +- `c` to create a new conversation root. +- `d` to ignore all descendants of the selected message. +- `f` and `Space` to toggle the filter. - `j`/`k` are Vi key bindings for scrolling: `j` is down and `k` is up. A= rrow keys work as well. - `g`/`G` are Vi key bindings for jumping: `g` jumps to the top of the gr= ove and `G` jumps to the bottom. `Home` and `End` work as well. +- `Enter` to reply to the selected message. # Updating Sprig =2D- 2.33.0