aboutsummaryrefslogtreecommitdiff
path: root/mastodon-index.org
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-15 12:12:54 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-10-15 12:43:08 +0200
commitd59b8d0f8bae9c7ab8490cb6b1683d4c9beafd0d (patch)
tree9afe9f2017fe98469b334994eed18dacffaf4e93 /mastodon-index.org
parent574c17c4bdfe43a3081ddcbde4452dd477929c02 (diff)
next-/prev-toot>next-/prev-item, cond-case around pos update call
Diffstat (limited to 'mastodon-index.org')
-rw-r--r--mastodon-index.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon-index.org b/mastodon-index.org
index 6199328..9227df5 100644
--- a/mastodon-index.org
+++ b/mastodon-index.org
@@ -115,9 +115,9 @@
| L | mastodon-tl--get-local-timeline | Open local timeline. |
| # | mastodon-tl--get-tag-timeline | Prompt for tag and opens its timeline. |
| | mastodon-tl--goto-next-item | Jump to next item, e.g. filter or follow request. |
-| C-<down>, n | mastodon-tl--goto-next-toot | Jump to next toot header. |
+| C-<down>, n | mastodon-tl--goto-next-item | Jump to next toot header. |
| | mastodon-tl--goto-prev-item | Jump to previous item, e.g. filter or follow request. |
-| C-<up>, p | mastodon-tl--goto-prev-toot | Jump to last toot header. |
+| C-<up>, p | mastodon-tl--goto-prev-item | Jump to last toot header. |
| " | mastodon-tl--list-followed-tags | List followed tags. View timeline of tag user choses. |
| C-<return> | mastodon-tl--mpv-play-video-at-point | Play the video or gif at point with an mpv process. |
| | mastodon-tl--mpv-play-video-from-byline | Run `mastodon-tl--mpv-play-video-at-point' on first moving image in post. |