diff options
author | mousebot <mousebot@riseup.net> | 2021-05-25 11:22:26 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-25 11:22:26 +0200 |
commit | d8121e7447bf30767cd91523e12429a7a934a2c9 (patch) | |
tree | d404492dc96b6c371504dc95c1a960159e6f6220 /lisp/mastodon-discover.el | |
parent | 7b23d4d03aee72e54484034bc91bd51e909ead32 (diff) |
pin/unpin now toggle fun, and moved copy/delete to mastodon-toot.
Diffstat (limited to 'lisp/mastodon-discover.el')
-rw-r--r-- | lisp/mastodon-discover.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mastodon-discover.el b/lisp/mastodon-discover.el index 9e1cbad..55623f7 100644 --- a/lisp/mastodon-discover.el +++ b/lisp/mastodon-discover.el @@ -54,8 +54,9 @@ ("S-TAB" "Prev link item" mastodon-tl--previous-tab-item) ("t" "New toot" mastodon-toot) ("r" "Reply" mastodon-toot--reply) - ("C" "Copy toot URL" mastodon-tl--copy-toot-url) - ("d" "Delete (your) toot" mastodon-tl--delete-toot) + ("C" "Copy toot URL" mastodon-toot--copy-toot-url) + ("d" "Delete (your) toot" mastodon-toot--delete-toot) + ("i" "Pin/Unpin (your) toot" mastodon-toot--pin-toot-toggle) ("P" "View user profile" mastodon-profile--show-user) ("T" "View thread" mastodon-tl--thread)) ("Timelines" |