Skip to content

partials-dev/genius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.