Skip to content

Instantly share code, notes, and snippets.

@ridhoassuryadi
Created January 20, 2020 02:50
Show Gist options
  • Save ridhoassuryadi/c4c15a41710b53a6959b4a47a17a4432 to your computer and use it in GitHub Desktop.
Save ridhoassuryadi/c4c15a41710b53a6959b4a47a17a4432 to your computer and use it in GitHub Desktop.
Spotify Terminal UI - Config
behavior:
seek_milliseconds: 5000
keybindings:
# Key stroke can be used if it only uses two keys:
# ctrl-q works,
# ctrl-alt-q doesn't.
back: "ctrl-q"
jump_to_album: "a"
# Shift modifiers use a capital letter (also applies with other modifier keys
# like ctrl-A)
jump_to_artist_album: "A"
manage_devices: "d"
decrease_volume: "-"
increase_volume: "+"
toggle_playback: " "
seek_backwards: "}"
seek_forwards: "{"
next_track: ">"
previous_track: "<"
copy_song_url: "c"
help: "?"
shuffle: "s"
repeat: "r"
search: "/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment