diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-03-05 10:28:19 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-03-05 10:28:19 +0100 |
commit | 6ad2af2d9b5ea4fb0fdf7efd1a781f660bbda842 (patch) | |
tree | 028f973fe3ca2a0677a3323d510bb112f454ca5b | |
parent | 814b707198d1451bd016a51fbebcd8b32e6d44bb (diff) |
cmd index
-rw-r--r-- | mastodon-index.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mastodon-index.org b/mastodon-index.org index 35fa77a..0c18aa0 100644 --- a/mastodon-index.org +++ b/mastodon-index.org @@ -135,6 +135,7 @@ | | mastodon-tl--single-toot | View toot at point in separate buffer. | | | mastodon-tl--some-followed-tags-timeline | Prompt for some tags, and open a timeline for them. | | RET, T | mastodon-tl--thread | Open thread buffer for toot at point or with ID. | +| | mastodon-tl--toggle-spoiler-in-thread | Toggler content warning for all posts in current thread. | | c | mastodon-tl--toggle-spoiler-text-in-toot | Toggle the visibility of the spoiler text in the current toot. | | C-S-b | mastodon-tl--unblock-user | Query for USER-HANDLE from list of blocked users and unblock that user. | | | mastodon-tl--unfollow-tag | Prompt for a followed tag, and unfollow it. | @@ -142,6 +143,8 @@ | | mastodon-tl--unmute-thread | Mute the thread displayed in the current buffer. | | S-RET | mastodon-tl--unmute-user | Query for USER-HANDLE from list of muted users and unmute that user. | | u, g | mastodon-tl--update | Update timeline with new toots. | +| | mastodon-tl--view-full-image | Browse full-sized version of image at point in a separate emacs window. | +| | mastodon-tl--view-full-image-or-play-video | View full sized version of image at point, or try to play video. | | | mastodon-tl--view-whole-thread | From a thread view, view entire thread. | | t | mastodon-toot | Update instance with new toot. Content is captured in a new buffer. | | C-c C-a | mastodon-toot--attach-media | Prompt for an attachment FILE with DESCRIPTION. | |