diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-03 21:58:47 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-03 22:06:59 +0200 |
commit | 1648b227fb6a42d1053fc1fd1b9555fab1add2c8 (patch) | |
tree | 682d192e688dceeee747678a7ca7f036b399eb49 /lisp/mastodon-discover.el | |
parent | c06f1a14cceb02ba702c1a67d6ba97f3badc2a7b (diff) |
cycle thru profile view: toots, followers, following
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index 7046070..a63d500 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -89,9 +89,9 @@ ("-" "zoom out" 'image-decrease-size) ("u" "copy URL" 'shr-maybe-probe-and-copy-url)) ("Profile view" - ("o" "Show following" mastodon-profile--open-following) - ("O" "Show followers" mastodon-profile--open-followers) - + ("g" "Show following" mastodon-profile--open-following) + ("s" "Show followers" mastodon-profile--open-followers) + ("C-c C-c" "Cycle profile views" mastodon-profile-account-view-cycle) ("R" "View follow requests" mastodon-profile--view-follow-requests) ("a" "Accept follow request" mastodon-profile--follow-request-accept) ("j" "Reject follow request" mastodon-profile--follow-request-reject) |