Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Update discover function with new keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenen committed Mar 5, 2019
1 parent e75cb60 commit 3b58fef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lisp/mastodon-discover.el
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@
("b" "Boost" mastodon-toot--boost)
("c" "Toggle content" mastodon-tl--toggle-spoiler-text-in-toot)
("f" "Favourite" mastodon-toot--favourite)
("j" "Next" mastodon-tl--goto-next-toot)
("k" "Prev" mastodon-tl--goto-prev-toot)
("n" "Send" mastodon-toot)
("n" "Next" mastodon-tl--goto-next-toot)
("p" "Prev" mastodon-tl--goto-prev-toot)
("t" "Toot" mastodon-toot)
("r" "Reply" mastodon-toot--reply)
("t" "Thread" mastodon-tl--thread)
("u" "Update" mastodon-tl--update)
("U" "Users" mastodon-profile--show-user))
("P" "Users" mastodon-profile--show-user)
("T" "Thread" mastodon-tl--thread))
("Timelines"
("#" "Tag" mastodon-tl--get-tag-timeline)
("F" "Federated" mastodon-tl--get-federated-timeline)
("H" "Home" mastodon-tl--get-home-timeline)
("L" "Local" mastodon-tl--get-local-timeline)
("N" "Notifications" mastodon-notifications--get)
("T" "Tag" mastodon-tl--get-tag-timeline))
("N" "Notifications" mastodon-notifications--get))
("Quit"
("q" "Quit mastodon buffer. Leave window open." kill-this-buffer)
("Q" "Quit mastodon buffer and kill window." kill-buffer-and-window)))))))
Expand Down

0 comments on commit 3b58fef

Please sign in to comment.