Adding the grooveshark keymaps to pentadactylrc
This commit is contained in:
parent
46533ec5c7
commit
72dbf1d609
1 changed files with 4 additions and 0 deletions
|
|
@ -4,4 +4,8 @@ loadplugins '\.(js|penta)$'
|
||||||
group user
|
group user
|
||||||
set editor='/usr/local/bin/mvim -f +<line> +"sil! call cursor(0, <column>)" <file>'
|
set editor='/usr/local/bin/mvim -f +<line> +"sil! call cursor(0, <column>)" <file>'
|
||||||
|
|
||||||
|
" Grooveshark stuff. Works only if it is in the first tab
|
||||||
|
map gsn :js if((gs = gBrowser.tabs[0].linkedBrowser.contentWindow.wrappedJSObject.Grooveshark) != undefined) gs.next();<CR>
|
||||||
|
map gsp :js if((gs = gBrowser.tabs[0].linkedBrowser.contentWindow.wrappedJSObject.Grooveshark) != undefined) gs.previous();<CR>
|
||||||
|
|
||||||
" vim: set ft=pentadactyl:
|
" vim: set ft=pentadactyl:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue