# Keybindings Full reference. See also the built-in help screen (`?` from the list view) and the footer at the bottom of every view, which shows a context-dependent subset. ## List view - sidebar has focus | Key | Function | |---|---| | `↑`/`k`, `↓`/`j` | move the cursor between filter categories, applies immediately | | `Enter` / `→` / `Tab` | move focus to the list | | `g` | open settings | | `?` | help | | `q` | quit | ## List view - list has focus | Key | Function | |---|---| | `Tab` / `←` | move focus to the sidebar | | `↑`/`k`, `↓`/`j` | move selection | | `PgUp`/`PgDn` | page up/down | | `Home`/`End` | jump to top/bottom of the list | | `Enter` | show details for the selected torrent | | `space` | select/deselect torrent (for batch actions on multiple at once) | | `s` | start | | `S` | stop | | `p` | toggle start/stop for the selected torrent | | `v` | verify (recheck) | | `d` / `Delete` | remove (asks whether to delete data on disk) | | `l` | set speed limit for selected/marked | | `a` | add torrent - choose to browse for a local `.torrent` file, or type a magnet link/URL/path | | `r` | force refresh | | `o` | next sort column | | `O` | reverse sort direction | | `/` | search by name | | `Esc` | clear search, otherwise deselect all selected | | `g` | open settings | | `?` | help | | `q` | quit | Batch actions (`s`/`S`/`p`/`v`/`d`/`l`) act on all `space`-selected torrents, or just the highlighted row if none are selected. ## Detail view | Key | Function | |---|---| | `Tab` | next tab | | `Shift+Tab` | previous tab | | `1`-`4` | jump directly to a tab (General/Files/Peers/Trackers) | | `↑`/`k`, `↓`/`j` | move selection (Files/Peers/Trackers) | | `space` (Files) | toggle wanted/skip for the selected file | | `+` / `-` (Files) | raise/lower download priority for the selected file | | `Esc` / `q` / `Backspace` | back to the list | ## Settings (opened with `g`) | Key | Function | |---|---| | `↑`/`k`, `↓`/`j` | navigate the fields | | `Enter` / `space` | change value (text field) or toggle on/off (boolean field) | | `r` | (only visible when not connected) try reconnecting / offer help - see [Daemon: setup & troubleshooting](Daemon-Setup-and-Troubleshooting.md) | | `Esc` / `q` | close | ## Dialogs (confirmations, text prompts, messages) | Key | Function | |---|---| | `y` | yes (confirmations) | | `n` / `Esc` | no / cancel | | letters/digits | type text (in text prompts) | | `Backspace` | delete character | | `Enter` | confirm text | | any key | close message boxes |