Skip to content

Instantly share code, notes, and snippets.

@yaotti
Created October 10, 2009 09:52
Show Gist options
  • Save yaotti/206742 to your computer and use it in GitHub Desktop.
Save yaotti/206742 to your computer and use it in GitHub Desktop.
"" feedSomeKey.js
autocmd LocationChange .* :fmapc
"" Gmail
js <<EOF
autocommands.add('LocationChange',/mail\.google\.com\/(mail|a)\//,[
'js plugins.feedKey.setup(',
'"c / y j k n p o u e x s r a # * [ ] z ? gi gs gt gd ga gc gl".split(/ +/).map(function(i) [i, "4" + i])',
');'
].join(''));
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment