Last active
August 29, 2015 14:01
-
-
Save woowee/7721f19b00b4311d91f0 to your computer and use it in GitHub Desktop.
Key Mapping / Alias Setting on Vichrome. **Append only**
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# mymapping | |
# | |
# for us keyboard | |
nmap ; :GoCommandMode | |
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