aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon.el
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-18 14:59:55 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-18 15:03:01 -0400
commit1c403fb2e1d68411b6b6ee2097398ec0983b4fd7 (patch)
tree59f363bbc56af5f8085cf43b9074b998df23d270 /lisp/mastodon.el
parent9d9da60576b3925cf7a0d91be14221f013090276 (diff)
Add reply keybinding and update README
Diffstat (limited to 'lisp/mastodon.el')
-rw-r--r--lisp/mastodon.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mastodon.el b/lisp/mastodon.el
index 478c6dd..c7dc772 100644
--- a/lisp/mastodon.el
+++ b/lisp/mastodon.el
@@ -107,6 +107,7 @@
(define-key map (kbd "n") #'mastodon-toot)
(define-key map (kbd "q") #'kill-this-buffer)
(define-key map (kbd "Q") #'kill-buffer-and-window)
+ (define-key map (kbd "r") #'mastodon-toot--reply)
(define-key map (kbd "T") #'mastodon-tl--get-tag-timeline)
(define-key map (kbd "u") #'mastodon-tl--update)))
@@ -125,6 +126,7 @@
("j" "Next" mastodon-tl--goto-next-toot)
("k" "Prev" mastodon-tl--goto-prev-toot)
("n" "Send" mastodon-toot)
+ ("r" "Reply" mastodon-toot--reply)
("u" "Update" mastodon-tl--update))
("Timelines"
("F" "Federated" mastodon-tl--get-federated-timeline)