genius

An Atom package that retrieves lyrics from Genius (http://genius.com)

partials-dev

136

0

1.0.2

MIT

GitHub

Atom Genius

Easily search lyrics from Genius in Atom.

Lyric search demo

Keyboard shortcut

The keyboard shortcut is ctrl-l (as in "lyrics"). The command is named genius:lyric-search. To change the shortcut to ctrl-y, you would write something like this in your keymap.cson:

'atom-text-editor':
  'ctrl-y': 'genius:lyric-search'

More information on keymaps is here.