Skip to content

Instantly share code, notes, and snippets.

@woowee
Last active August 29, 2015 14:01
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 woowee/7721f19b00b4311d91f0 to your computer and use it in GitHub Desktop.
Save woowee/7721f19b00b4311d91f0 to your computer and use it in GitHub Desktop.
Key Mapping / Alias Setting on Vichrome. **Append only**
#
# mymapping
#
# for us keyboard
nmap ; :GoCommandMode
# google
nmap o s
nmap O S
# pinboard
nmap p :Open javascript:q%3Dlocation.href%3Bif(document.getSelection)%7Bd%3Ddocument.getSelection()%3B%7Delse%7Bd%3D%27%27%3B%7D%3Bp%3Ddocument.title%3Bvoid(open(%27https://pinboard.in/add%3Fshowtags%3Dyes%26url%3D%27%2BencodeURIComponent(q)%2B%27%26description%3D%27%2BencodeURIComponent(d)%2B%27%26title%3D%27%2BencodeURIComponent(p),%27Pinboard%27,%27toolbar%3Dno,scrollbars%3Dyes,width%3D750,height%3D700%27))%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment