diff options
| -rw-r--r-- | mastodon.info | 47 | ||||
| -rw-r--r-- | mastodon.texi | 12 | 
2 files changed, 33 insertions, 26 deletions
diff --git a/mastodon.info b/mastodon.info index b1b679c..6d8ba6d 100644 --- a/mastodon.info +++ b/mastodon.info @@ -211,7 +211,7 @@ your ‘mastodon-token-file’ does not contain ‘:client_id’ and    1. Keybindings       Key                      Action -     ----------------------------------------------------------------------------------------------------- +     -----------------------------------------------------------------------------------------------------------                                *Help*       ‘?’                      Show discover menu of all bindings, if ‘discover’ is available                                *Timeline actions* @@ -219,9 +219,9 @@ your ‘mastodon-token-file’ does not contain ‘:client_id’ and       ‘p’                      Go to previous item (toot, notification, user)       ‘M-n=/=<tab>’            Go to the next interesting thing that has an action       ‘M-p=/=<S-tab>’          Go to the previous interesting thing that has an action -     ‘F’                      Open federated timeline -     ‘H’                      Open home timeline -     ‘L’                      Open local timeline +     ‘F’                      Open federated timeline (1 prefix arg: hide-replies, 2 prefix args: media only) +     ‘H’                      Open home timeline (1 prefix arg: hide-replies) +     ‘L’                      Open local timeline (1 prefix arg: hide-replies, 2 prefix args: media only)       ‘N’                      Open notifications timeline       ‘@’                      Open mentions-only notifications timeline       ‘u’                      Update current timeline @@ -233,6 +233,7 @@ your ‘mastodon-token-file’ does not contain ‘:client_id’ and       ‘U’                      update your profile bio note       ‘;’                      view instance description for toot at point       ‘:’                      view followed tags and load a tag timeline +     ‘C-:’                    view timeline of all followed tags       ‘,’                      view favouriters of toot at point       ‘.’                      view boosters of toot at point       ‘/’                      switch between mastodon buffers @@ -365,6 +366,8 @@ and should work without first loading ‘mastodon.el’:       instance.     • ‘mastodon-search--trending-tags’: View a list of trending hashtags       on your instance. +   • ‘mastodon-search--trending-statuses’: View a list of trending +     statuses on your instance.     • ‘mastodon-tl--add-toot-account-at-point-to-list’: Add the account       of the toot at point to a list. @@ -636,24 +639,24 @@ Node: Usage3098  Node: Logging in to your instance3508  Node: Timelines4505  Ref: Keybindings4980 -Ref: Toot byline legend9253 -Node: Composing toots9525 -Ref: Keybindings (1)11102 -Ref: Draft toots11620 -Node: Other commands and account settings12091 -Node: Customization14914 -Node: Alternative timeline layout15700 -Node: Live-updating timelines mastodon-async-mode16077 -Node: Translating toots16913 -Node: bookmarks and mastodonel18085 -Node: Dependencies18555 -Node: Network compatibility19147 -Node: Contributing19633 -Node: Bug reports19922 -Node: Fixes and features20828 -Node: Coding style21311 -Node: Supporting mastodonel21935 -Node: Contributors22465 +Ref: Toot byline legend9469 +Node: Composing toots9741 +Ref: Keybindings (1)11318 +Ref: Draft toots11836 +Node: Other commands and account settings12307 +Node: Customization15235 +Node: Alternative timeline layout16021 +Node: Live-updating timelines mastodon-async-mode16398 +Node: Translating toots17234 +Node: bookmarks and mastodonel18406 +Node: Dependencies18876 +Node: Network compatibility19468 +Node: Contributing19954 +Node: Bug reports20243 +Node: Fixes and features21149 +Node: Coding style21632 +Node: Supporting mastodonel22256 +Node: Contributors22786  End Tag Table diff --git a/mastodon.texi b/mastodon.texi index 577f133..dee530f 100644 --- a/mastodon.texi +++ b/mastodon.texi @@ -214,7 +214,7 @@ not contain @samp{:client_id} and @samp{:client_secret}.  @anchor{Keybindings}Keybindings -@multitable {aaaaaaaaaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa} +@multitable {aaaaaaaaaaaaaaaaaaaaaa} {aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa}  @headitem Key  @tab Action  @item  @@ -232,11 +232,11 @@ not contain @samp{:client_id} and @samp{:client_secret}.  @item @samp{M-p=/=<S-tab>}  @tab Go to the previous interesting thing that has an action  @item @samp{F} -@tab Open federated timeline +@tab Open federated timeline (1 prefix arg: hide-replies, 2 prefix args: media only)  @item @samp{H} -@tab Open home timeline +@tab Open home timeline  (1 prefix arg: hide-replies)  @item @samp{L} -@tab Open local timeline +@tab Open local timeline (1 prefix arg: hide-replies, 2 prefix args: media only)  @item @samp{N}  @tab Open notifications timeline  @item @samp{@@} @@ -259,6 +259,8 @@ not contain @samp{:client_id} and @samp{:client_secret}.  @tab view instance description for toot at point  @item @samp{:}  @tab view followed tags and load a tag timeline +@item @samp{C-:} +@tab view timeline of all followed tags  @item @samp{,}  @tab view favouriters of toot at point  @item @samp{.} @@ -457,6 +459,8 @@ that the author of the toot at point is on.  @item  @samp{mastodon-search--trending-tags}: View a list of trending hashtags on your  instance. +@item +@samp{mastodon-search--trending-statuses}: View a list of trending statuses on your instance.  @end itemize  | 
