Bluesky userscript that adds keyboard shortcuts, read post tracking, and more.
- Install TamperMonkey on your favorite browser
- Install the script
- navigate between posts with Vim-like keyboard shortcuts (
j
/k
for next/previous,gg
/G
to go to top/bottom of page) - visual indicator for post read/unread status
- keyboard shortcuts for post actions, e.g. like, reply, repost
- keyboard shortcuts to switch between feeds
- keyboard shortcuts to switch between home, search, notifications, chat, etc.
key | function |
---|---|
j / ↑ | move to next item |
k / ↓ | move to previous item |
J | move to next unread item, or last item if all read |
gg | move to first item |
G | move to last item |
h | go back to previous page |
o / Enter | open post (feed view) or embedded post (post view) |
O | open embedded post (feed view) |
i | open link in post |
m | open media in post |
a | open post author's profile |
r | reply to post |
l | like post |
p | open repost menu |
P | repost |
. | mark post read/unread |
f | follow author (profile view) |
F | unfollow author (profile view) |
1...9 | switch between feeds on home page |
Meta/Alt+h | open home page |
Meta/Alt+s | open search page |
Meta/Alt+n | open notifications page |
Meta/Alt+m | open messages page |
Meta/Alt+f | open feeds page |
Meta/Alt+h | open lists page |
Meta/Alt+p | open profile page |
Meta/Alt+, | open settings page |