aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAlexander Griffith <griffitaj@gmail.com>2018-03-16 04:00:28 -0400
committerJohnson Denen <johnson.denen@gmail.com>2018-08-10 22:20:04 -0400
commit2346da19a129b27f2dc68677522475f145adde50 (patch)
treeaea1b52d2e666259f8f5d377193aa4de840f0ea3 /README.org
parentc9fc274a0e30e0193698dd9b6afcc69f2fa37a0a (diff)
Add user profiles closes #165 (#186)
* Add user profiles - added keybinding U for opening user profiles - (also added vimish keybindings 'h' and 'l' as aliased for tab and stab in mastodon-mode to compliment jk nav) - autoloads 'mastodon-profile--get-next-author
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index ab12b29..7dd5d7b 100644
--- a/README.org
+++ b/README.org
@@ -87,8 +87,8 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil
| =>= | Move to end of buffer |
| =j= | Go to next item (toot, notification) |
| =k= | Go to previous item (toot, notification) |
-| =<tab>= | Go to the next interesting thing that has an action |
-| =<S-tab>= | Go to the previous interesting thing that has an action |
+| =<tab>= / =h= | Go to the next interesting thing that has an action |
+| =<S-tab>= / =l= | Go to the previous interesting thing that has an action |
| | /In-buffer actions/ |
| =?= | Open context menu (if =discover= is available) |
| =c= | Toggle the visibility of sensitive text (if there is text with a content warning) |
@@ -102,6 +102,7 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil
| =F= | Open federated timeline |
| =H= | Open home timeline |
| =L= | Open local timeline |
+| =U= | Open User Profile |
| =t= | Open thread buffer for toot under =point= |
| =T= | Prompt for tag and open its timeline |
| =q= | Quit mastodon buffer, leave window open |