Skip to content

Instantly share code, notes, and snippets.

@Jagua
Last active August 29, 2015 13:58
Show Gist options
  • Save Jagua/10283639 to your computer and use it in GitHub Desktop.
Save Jagua/10283639 to your computer and use it in GitHub Desktop.
SoundCloud on Vimperator.
" SoundCloud: sc: " {{{
command! -nargs=+ lazy autocmd VimperatorEnter .* <args>
lazy fmaps -urls='^https://soundcloud\.com/' -events=vkeydown s m <Leader>p,p <Leader>l,l <Leader>r,r r,L ?,h j k
lazy fmaps -urls='^https://soundcloud\.com/' -events=vkeydown <A-1>,1 <A-2>,2 <A-3>,3 <A-4>,4 <A-5>,5 <A-6>,6 <A-7>,7 <A-8>,8 <A-9>,9 <A-0>,0
lazy fmaps -urls='^https://soundcloud\.com/' -events=keydown p,<Space> <Right> <Left> <S-Right> <S-Left> <S-Down> <S-Up> <Esc>
lazy fmaps -urls='^https://soundcloud\.com/' -events=keypress J,<Down><Down><Down> K,<Up><Up><Up>
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment