Skip to content

Instantly share code, notes, and snippets.

@anekos
Created October 9, 2011 09:30
Show Gist options
  • Save anekos/1273495 to your computer and use it in GitHub Desktop.
Save anekos/1273495 to your computer and use it in GitHub Desktop.
slideshare のスライドをめくるマッピング
nnoremap -urls=www\\.slideshare\\.net l :js content.document.wrappedJSObject.querySelector('#player').next()<CR>
nnoremap -urls=www\\.slideshare\\.net h :js content.document.wrappedJSObject.querySelector('#player').previous()<CR>
@anekos
Copy link
Author

anekos commented Oct 13, 2011

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment