Keybindings & CLI
Keybindings
Section titled “Keybindings”Vim-first, arrows always aliased, and every binding overridable under [keys] in
config.toml. Press ? in the app — the help overlay is generated from the resolved keymap, so
what it shows is what is actually bound, overrides included.
Navigate
h j k l / arrows |
Move |
g / G |
First / last |
Ctrl-U / Ctrl-D |
Half-page up / down |
1–9 |
Jump to section |
Tab |
Toggle rail width |
Esc / q |
Back |
Act
Enter |
Open · play |
Space |
Play next unwatched |
e / s |
Episodes · sources |
d |
Download |
t |
Sub / dub |
f |
Filter |
m |
Fix a wrong match |
w |
Watch order |
o |
Open on AniList |
M |
Mark all previous watched |
r / R |
Refresh · resync |
Global
? |
Help |
: / Ctrl-K |
Command palette |
/ |
Search |
L |
Logs |
Q / Ctrl-C |
Quit |
While something is playing, a separate context table takes priority: Space pauses, q detaches
from playback, S skips the opening (and says so on mpv’s OSD).
Overrides:
[keys]"episodes" = "E"Command line
Section titled “Command line”Everything below exits without starting the interface, and the read-only ones take --json —
composable with jq and friends rather than a walled garden.
--doctor |
Terminal support, mpv and its config, datasets, configured indexer, VPN guard, kill-switch state |
--search <query> |
Search AniList |
--stats |
Watch statistics |
--export <path> | --import <path> |
History as JSON; - for stdio |
--random |
Pick something from your history |
--login [--tracker mal] | --logout | --sync |
Tracker accounts |
--plugins |
Installed plugins and what each may reach |
--stream-url <id> [--episode N] |
Resolve one episode to a URL and hold it open, so mpv/curl can be pointed at it directly |
--preview 120x34 --screen home |
Render any screen as one frame of text: home, search, title, calendar, library, downloads, providers, accounts, settings, help, palette |
--refresh-data |
Refresh the ID-mapping datasets |
--theme adaptive|immersive · --no-images |
Presentation switches |