Skip to content

Instantly share code, notes, and snippets.

@vmohir
Last active September 12, 2019 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vmohir/74b152f1395a5c170a92820d9f8f6bed to your computer and use it in GitHub Desktop.
Save vmohir/74b152f1395a5c170a92820d9f8f6bed to your computer and use it in GitHub Desktop.
surfing keys chrome extension settings
unmap("d");
unmap("R");
unmap("E");
unmap("e");
unmap("x");
unmap("gg");
unmap("j");
unmap("/");
unmap("n");
unmap("r");
unmap("k");
unmap("S");
unmap("C");
unmap("G");
unmap("i");
unmap("se");
unmap("og");
unmap("g0");
map("yu", "<Ctrl-6>");
unmap("yy");
unmap("g$");
unmap("D");
unmap("ob");
unmap("X");
unmap("sm");
unmap("sg");
unmap("cf");
unmap("N");
unmap("l");
unmap("cc");
unmap("$");
unmap("yf");
unmap("w");
unmap("0");
unmap("yg");
unmap("ow");
unmap("cs");
unmap("om");
unmap("ya");
unmap("h");
unmap("gU");
unmap("W");
unmap("B");
unmap("F");
unmap("yq");
unmap("ys");
map("jd", ";j");
unmap("yp");
unmap("ymv");
unmap("yma");
unmap("ymc");
unmap("yi");
unmap("yl");
unmap("yj");
unmap("yc");
unmap("yQ");
unmap("oy");
unmap("ox");
unmap("oi");
unmap("od");
unmap("si");
unmap("sb");
unmap("sd");
unmap("su");
unmap("sU");
unmap("ss");
unmap("sy");
unmap("se");
unmap("spa");
unmap("spb");
unmap("spc");
unmap("spd");
unmap("sps");
unmap("sh");
unmap("sw");
unmap("gs");
unmap("gr");
unmap("go");
unmap("gn");
unmap("gi");
unmap("ga");
unmap(";ap");
unmap(";cp");
map('db', ';db');
unmap(";db");
unmap(";dh");
unmap(";fs");
unmap(";i");
unmap(";j");
unmap(";m");
unmap(";pp");
unmap(";pj");
unmap(";pf");
unmap(";s");
unmap(";q");
unmap(";w");
map('tt', ';t');
unmap("t");
unmap(";t");
unmap("cs");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment