diff options
author | H Durer <h.duerer@gmail.com> | 2018-03-30 04:59:34 +0100 |
---|---|---|
committer | Johnson Denen <johnson.denen@gmail.com> | 2018-08-10 22:20:04 -0400 |
commit | 4eaab0252c154ba4651125b7984d36a7474179ff (patch) | |
tree | f8a06b0e9fd946858f39b47042d7b111dace9082 /README.org | |
parent | 87cb71a718a5877492f958d1966d13150673e8fa (diff) |
More profile work (#193)
* Add an alternative approach to user profile opening.
This way asks the user in the minibuffer for the handle and offering completion for all user handles in the current status but allowing the user to also enter any other handle to browse whichever account they wish.
This also cleans up some compiler warnings about profile code.
* Create a new minor mode for mastodon profile pages. There we override the 'f' and 'F' keys to show following and followers respectively.
Those pages now look very similar to the regular profile page (with a header).
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 63 |
1 files changed, 32 insertions, 31 deletions
@@ -77,37 +77,38 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil **** Keybindings -|--------------------------+-----------------------------------------------------------------------------------| -| Key | Action | -|--------------------------+-----------------------------------------------------------------------------------| -| | /In-buffer navigation/ | -| =<space>= | Scroll up (i.e. move down to older items) | -| =<delete>= | Scroll down (i.e. move up to newer items) | -| =<= | Move to beginning of buffer | -| =>= | Move to end of buffer | -| =j= | Go to next item (toot, notification) | -| =k= | Go to previous item (toot, notification) | -| =<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) | -| =b= | Boost toot under =point= | -| =f= | Favourite toot under =point= | -| =r= | Reply to toot under =point= | -| =<return>= / =<mouse-2>= | Perform action for the thing under point (or under mouse for =<mouse-2>=) if any | -| =n= | Compose a new toot | -| | /Switching to other buffers and quitting/ | -| =N= | Open buffer with notifications | -| =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 | -| =Q= | Quit mastodon buffer and kill window | -|--------------------------+-----------------------------------------------------------------------------------| +|--------------------------+--------------------------------------------------------------------------------------| +| Key | Action | +|--------------------------+--------------------------------------------------------------------------------------| +| | /In-buffer navigation/ | +| =<space>= | Scroll up (i.e. move down to older items) | +| =<delete>= | Scroll down (i.e. move up to newer items) | +| =<= | Move to beginning of buffer | +| =>= | Move to end of buffer | +| =j= | Go to next item (toot, notification) | +| =k= | Go to previous item (toot, notification) | +| =<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) | +| =b= | Boost toot under =point= | +| =f= | Favourite toot under =point= | +| =r= | Reply to toot under =point= | +| =<return>= / =<mouse-2>= | Perform action for the thing under point (or under mouse for =<mouse-2>=) if any | +| =n= | Compose a new toot | +| | /Switching to other buffers and quitting/ | +| =N= | Open buffer with notifications | +| =F= | Open federated timeline | +| =H= | Open home timeline | +| =L= | Open local timeline | +| =U= | Open User Profile | +| =P= | Open any users profile (free text entry with autocompletion of users in that status) | +| =t= | Open thread buffer for toot under =point= | +| =T= | Prompt for tag and open its timeline | +| =q= | Quit mastodon buffer, leave window open | +| =Q= | Quit mastodon buffer and kill window | +|--------------------------+--------------------------------------------------------------------------------------| **** Legend |