diff options
author | H Durer <h.duerer@gmail.com> | 2018-03-06 01:31:54 +0000 |
---|---|---|
committer | Alexander Griffith <griffitaj@gmail.com> | 2018-03-05 20:31:54 -0500 |
commit | 4350dd571fba5996d30447eb19cfba68339a7934 (patch) | |
tree | b596bb0a02301de43399f4eeb1c15870b413cedc /README.org | |
parent | 7331431cc4300b5792907d5d2bd945a8bdc33c84 (diff) |
Update the README file to mention the new keybindings for tab browsing. (#171)
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 39 |
1 files changed, 21 insertions, 18 deletions
@@ -73,24 +73,27 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil **** Keybindings -|-----+------------------------------------------------| -| Key | Action | -|-----+------------------------------------------------| -| =?= | Open context menu (if =discover= is available) | -| =b= | Boost toot under =point= | -| =f= | Favourite toot under =point= | -| =F= | Open federated timeline | -| =H= | Open home timeline | -| =j= | Go to next toot | -| =k= | Go to previous toot | -| =L= | Open local timeline | -| =n= | Switch to =mastodon-toot= buffer | -| =q= | Quit mastodon buffer. Leave window open. | -| =Q= | Quit mastodon buffer and kill window. | -| =r= | Reply to toot under =point=. | -| =t= | Open thread buffer for toot under =point=. | -| =T= | Prompt for tag and open its timeline | -|-----+------------------------------------------------| +|--------------------------+-----------------------------------------------------------------------------------| +| Key | Action | +|--------------------------+-----------------------------------------------------------------------------------| +| =?= | Open context menu (if =discover= is available) | +| =b= | Boost toot under =point= | +| =f= | Favourite toot under =point= | +| =F= | Open federated timeline | +| =H= | Open home timeline | +| =j= | Go to next toot | +| =k= | Go to previous toot | +| =L= | Open local timeline | +| =n= | Switch to =mastodon-toot= buffer | +| =q= | Quit mastodon buffer. Leave window open. | +| =Q= | Quit mastodon buffer and kill window. | +| =r= | Reply to toot under =point=. | +| =t= | Open thread buffer for toot under =point=. | +| =T= | Prompt for tag and open its timeline | +| =<tab>= | Go to the next interesting thing that has an action. | +| =<S-tab>= | Go to the previous interesting thing that has an action. | +| =<return>= / =<mouse-2>= | Perform action for the thing under point (or under mouse for =<mouse-2>=) if any. | +|--------------------------+-----------------------------------------------------------------------------------| **** Legend |