-
-
Notifications
You must be signed in to change notification settings - Fork 58
Keybindings
Gabriel Santos edited this page Apr 13, 2025
·
4 revisions
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 (see Configuration).
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! 😊
# 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"