@@ -77,38 +77,40 @@ Opens a =*mastodon-home*= buffer in the major mode so you can see toots. You wil
77
77
78
78
**** Keybindings
79
79
80
- |--------------------------+--------------------------------------------------------------------------------------|
81
- | Key | Action |
82
- |--------------------------+--------------------------------------------------------------------------------------|
83
- | | /In-buffer navigation/ |
84
- | =<space>= | Scroll up (i.e. move down to older items) |
85
- | =<delete>= | Scroll down (i.e. move up to newer items) |
86
- | =<= | Move to beginning of buffer |
87
- | =>= | Move to end of buffer |
88
- | =j= | Go to next item (toot, notification) |
89
- | =k= | Go to previous item (toot, notification) |
90
- | =<tab>= / =h= | Go to the next interesting thing that has an action |
91
- | =<S-tab>= / =l= | Go to the previous interesting thing that has an action |
92
- | | /In-buffer actions/ |
93
- | =?= | Open context menu (if =discover= is available) |
94
- | =c= | Toggle the visibility of sensitive text (if there is text with a content warning) |
95
- | =b= | Boost toot under =point= |
96
- | =f= | Favourite toot under =point= |
97
- | =r= | Reply to toot under =point= |
98
- | =<return>= / =<mouse-2>= | Perform action for the thing under point (or under mouse for =<mouse-2>=) if any |
99
- | =n= | Compose a new toot |
100
- | | /Switching to other buffers and quitting/ |
101
- | =N= | Open buffer with notifications |
102
- | =F= | Open federated timeline |
103
- | =H= | Open home timeline |
104
- | =L= | Open local timeline |
105
- | =U= | Open User Profile |
106
- | =P= | Open any users profile (free text entry with autocompletion of users in that status) |
107
- | =t= | Open thread buffer for toot under =point= |
108
- | =T= | Prompt for tag and open its timeline |
109
- | =q= | Quit mastodon buffer, leave window open |
110
- | =Q= | Quit mastodon buffer and kill window |
111
- |--------------------------+--------------------------------------------------------------------------------------|
80
+ |--------------------------+-----------------------------------------------------------------------------------|
81
+ | Key | Action |
82
+ |--------------------------+-----------------------------------------------------------------------------------|
83
+ | | /In-buffer navigation/ |
84
+ | =<space>= | Scroll up (i.e. move down to older items) |
85
+ | =<delete>= | Scroll down (i.e. move up to newer items) |
86
+ | =<= | Move to beginning of buffer |
87
+ | =>= | Move to end of buffer |
88
+ | =j= | Go to next item (toot, notification) |
89
+ | =k= | Go to previous item (toot, notification) |
90
+ | =<tab>= / =h= | Go to the next interesting thing that has an action |
91
+ | =<S-tab>= / =l= | Go to the previous interesting thing that has an action |
92
+ | | /In-buffer actions/ |
93
+ | =?= | Open context menu (if =discover= is available) |
94
+ | =c= | Toggle the visibility of sensitive text (if there is text with a content warning) |
95
+ | =b= | Boost toot under =point= |
96
+ | =f= | Favourite toot under =point= |
97
+ | =r= | Reply to toot under =point= |
98
+ | =<return>= / =<mouse-2>= | Perform action for the thing under point (or under mouse for =<mouse-2>=) if any |
99
+ | =n= | Compose a new toot |
100
+ | | /Switching to other buffers/ |
101
+ | =A= | Open author profile of toot under =point= |
102
+ | =N= | Open buffer with notifications |
103
+ | =F= | Open federated timeline |
104
+ | =H= | Open home timeline |
105
+ | =L= | Open local timeline |
106
+ | =N= | Open notifications timeline |
107
+ | =t= | Open thread buffer for toot under =point= |
108
+ | =T= | Prompt for tag and open its timeline |
109
+ | =U= | Open profile of user attached to toot under =point= |
110
+ | | /Quitting/ |
111
+ | =q= | Quit mastodon buffer, leave window open |
112
+ | =Q= | Quit mastodon buffer and kill window |
113
+ |--------------------------+-----------------------------------------------------------------------------------|
112
114
113
115
**** Legend
114
116
0 commit comments