Skip to content

Instantly share code, notes, and snippets.

@notbenh
Created July 29, 2013 18:50
Show Gist options
  • Save notbenh/6106674 to your computer and use it in GitHub Desktop.
Save notbenh/6106674 to your computer and use it in GitHub Desktop.
vimperator comands for web-nano
" keyword 'grade' to enter in to grading mode:
:command -nargs=0 grade :js content.document.getElementById('yui-gen6').click()
" 'prev' keyword to access the previous assignement:
:command -nargs=0 prev :js content.document.getElementById('menuitems').getElementsByTagName('li'[content.document.getElementById('menuitems').getElementsByTagName('li').length - 2].getElementsByTagName('a')[0].click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment