Keybindings
Default Keybindings
Default keybindings are as follows:
Key | Description |
---|---|
↑ / ↓ or Ctrl + p / n or Ctrl + k / j | Navigate through the list of entries |
Ctrl + u / d | Scroll the preview pane up / down |
Enter | Select the current entry |
Tab / BackTab | Toggle selection and move to next / previous entry |
Ctrl + y | Copy the selected entry to the clipboard |
Ctrl + r | Toggle remote control mode |
Ctrl + s | Toggle send to channel mode |
Ctrl + g | Toggle the help panel |
Ctrl + o | Toggle the preview panel |
Esc | Quit the application |
These keybindings are all configurable via tv's configuration file (see Configuration).
Keybindings Guide
Following this are some configuration presets you can use for your bindings. Most of these will probably match an existing program.
[!NOTE] This list is maintained by the community, so feel free to contribute your own ideas too! 😊
Emacs
# Television already has some pretty Emacsy keybinds.
# This just makes them "Emacsier".
[keybindings]
scroll_preview_half_page_down = "alt-v"
scroll_preview_half_page_up = "ctrl-v"
toggle_remote_control = "alt-x" # Like execute-extended-command
toggle_help = "ctrl-h"