Skip to content

Instantly share code, notes, and snippets.

@jejer
Last active March 27, 2017 07:52
Show Gist options
  • Save jejer/7fc7cbf3169d35c82a1ff7c3d52dcd35 to your computer and use it in GitHub Desktop.
Save jejer/7fc7cbf3169d35c82a1ff7c3d52dcd35 to your computer and use it in GitHub Desktop.
Surfingkeys Options
unmap('u', /feedly\.com/i);
unmap('i', /feedly\.com/i);
map('u', 'j', /feedly\.com/i);
map('i', 'k', /feedly\.com/i);
unmap('j', /feedly\.com/i);
unmap('k', /feedly\.com/i);
unmap('v', /feedly\.com/i);
unmap('s', /feedly\.com/i);
unmap('<Ctrl-j>');
unmap('<Ctrl-h>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment