Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 608 Bytes

File metadata and controls

18 lines (12 loc) · 608 Bytes

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.