From 2346da19a129b27f2dc68677522475f145adde50 Mon Sep 17 00:00:00 2001 From: Alexander Griffith Date: Fri, 16 Mar 2018 04:00:28 -0400 Subject: 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 --- README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.org') 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) | -| == | Go to the next interesting thing that has an action | -| == | Go to the previous interesting thing that has an action | +| == / =h= | Go to the next interesting thing that has an action | +| == / =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 | -- cgit v1.2.3