Created
July 29, 2013 18:50
-
-
Save notbenh/6106674 to your computer and use it in GitHub Desktop.
vimperator comands for web-nano
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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