aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-30 23:24:45 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-08-30 23:24:45 +0200
commite18f266cf6e0032aa33c7b1d229bd09fbb3911b5 (patch)
tree58b530a6b7023412c90fc5ade4aae76a4d7f80da /README.org
parent3c40f6dbb855fb4a3100f1822c4d2a29c29737a2 (diff)
parentefe31d5230a0c310bdc1e2d53ca30c8123aaede2 (diff)
Merge branch 'main' into develop
Diffstat (limited to 'README.org')
-rw-r--r--README.org35
1 files changed, 19 insertions, 16 deletions
diff --git a/README.org b/README.org
index f8e3af4..3b91224 100644
--- a/README.org
+++ b/README.org
@@ -108,27 +108,27 @@ take place if your =mastodon-token-file= does not contain =:client_id= and
|---------------+-----------------------------------------------------------------------|
| Key | Action |
|---------------+-----------------------------------------------------------------------|
-| | /Help/ |
+| | *Help* |
| =?= | Open context menu if =discover= is available |
|---------------+-----------------------------------------------------------------------|
-| | /Timeline actions/ |
+| | *Timeline actions* |
| =n= | Go to next item (toot, notification) |
| =p= | Go to previous item (toot, notification) |
| =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 |
-| =u= | Update timeline |
-| =#= | Prompt for tag and open its timeline |
-| =A= | Open author profile of toot under =point= |
| =F= | Open federated timeline |
| =H= | Open home timeline |
| =L= | Open local timeline |
| =N= | Open notifications timeline |
+| =u= | Update current timeline |
+| =T= | Open thread for toot under =point= |
+| =#= | Prompt for tag and open its timeline |
+| =A= | Open author profile of toot under =point= |
| =P= | Open profile of user attached to toot under =point= |
| =O= | View own profile |
| =U= | update your profile bio note |
-| =T= | Open thread buffer for toot under =point= |
|---------------+-----------------------------------------------------------------------|
-| | Other views |
+| | *Other views* |
| =S= | search (posts, users, tags) (NB: only posts you have interacted with) |
| =I=, =c=, =d= | view, create, and delete filters |
| =R=, =a=, =r= | view/accept/reject follow requests |
@@ -136,31 +136,30 @@ take place if your =mastodon-token-file= does not contain =:client_id= and
| =V= | view your favorited toots |
| =K= | view bookmarked toots |
|---------------+-----------------------------------------------------------------------|
-| | /Toot actions/ |
+| | *Toot actions* |
+| =t= | Compose a new toot |
| =c= | Toggle content warning content |
| =b= | Boost toot under =point= |
| =f= | Favourite toot under =point= |
+| =k= | toggle bookmark of toot at point |
| =r= | Reply to toot under =point= |
-| =t= | Compose a new toot |
| =v= | Vote on poll at point |
| =C= | copy url of toot at point |
| =C-RET= | play video/gif at point (requires =mpv=) |
-| =i= | (un)pin toot at point |
+| =i= | (un)pin your toot at point |
| =d= | delete your toot at point, and reload current timeline |
| =D= | delete and redraft toot at point, preserving reply/CW/visibility |
-| =W=, =M=, =B= | (un)follow, (un)mute, (un)block author of toot at point |
-| =k= | toggle bookmark of toot at point |
+| (=S-C=) =W=, =M=, =B= | (un)follow, (un)mute, (un)block author of toot at point |
|---------------+-----------------------------------------------------------------------|
| | Notifications view |
| =a=, =j= | accept/reject follow request |
|---------------+-----------------------------------------------------------------------|
-| | /Switching to other buffers/ |
-| | /Quitting/ |
+| | *Quitting* |
| =q= | Quit mastodon buffer, leave window open |
| =Q= | Quit mastodon buffer and kill window |
|---------------+-----------------------------------------------------------------------|
-**** Legend
+**** Toot byline legend
|----------------+------------------------|
| Marker | Meaning |
@@ -212,13 +211,17 @@ See =M-x customize-group RET mastodon= to view all customize options.
- Use proportional fonts
- Timestamp format
- Relative timestamps
- - Display use avatars
+ - Display user avatars
- Avatar image hight
- Enable image caching
- Compose options:
- Default toot visibility, using =mastodon-toot--default-visibility= variable. Valid values are ="public"=, ="unlisted"=, ="private"=, or =direct=.
+<<<<<<< HEAD
+ - Completions for user mentions
+=======
- Completion for mentions and tags
+>>>>>>> develop
- Enable custom emoji
*** live-updating timelines: =mastodon-async-mode=