Skip to content

Instantly share code, notes, and snippets.

@duguyipiao
duguyipiao / arxiv.org.sass
Last active March 29, 2016 01:32
arxiv.org.css
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("arxiv.org") {
body {background: #cce8cf !important}
}
@duguyipiao
duguyipiao / surfingkeys.js
Last active December 8, 2018 13:48
Config of surfingkeys
// Remap
// '>_w' is a temp key
map('>_w', 'w');
map('w', 'S');
map('S','>_w');
unmap('>_w');
map('q','D');
map('h','E');
map('l','R');
map('u','X');