aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnson Denen <johnson.denen@gmail.com>2017-04-25 09:32:49 -0400
committerJohnson Denen <johnson.denen@gmail.com>2017-04-25 09:32:49 -0400
commit8445fbb74fe842df99f3cdd3866b8dc87e87da42 (patch)
tree80b81f6390f804e638a5188c938c4347c0e2829b
parentb18b37b6807875ff1b84afa85d82be819342e7d6 (diff)
Add =mastodon-toot-mode= keybindings to README
-rw-r--r--README.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.org b/README.org
index 8cc5c10..dd608e0 100644
--- a/README.org
+++ b/README.org
@@ -116,6 +116,16 @@ Authentication stores your access token in the =mastodon-auth--token=
variable. It is not stored on your filesystem, so you will have to
re-authenticate when you close/reopen Emacs.
+**** Keybindings
+
+|-----------+---------------------|
+| Key | Action |
+|-----------+---------------------|
+| =C-c C-c= | Send toot |
+| =C-c C-k= | Cancel toot |
+| =C-c C-w= | Add content warning |
+|-----------+---------------------|
+
** Roadmap
[[https://github.com/jdenen/mastodon.el/milestone/1][Here]] are the features I plan to implement before putting mastodon.el on MELPA.