Last active
August 29, 2015 14:11
-
-
Save misterhat/c17bf068dcee39ffb13c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
set hintchars=hjklasdfgyuiopqwertnmzxcvb | |
set gui=noaddons,nobookmarks,nomenu,nonavigation,notabs | |
" Use DuckDuckGo by default as it has useful ! shortcuts. | |
set defsearch=duckduckgo | |
" Don't use completions (they're slow). | |
set complete= | |
" Mapping conveniences. | |
map J gt | |
map K gT | |
hi Hint font-family: Tamsyn; font-size: 14px; font-weight: bold; text-transform: uppercase; color: white; background-color: red; border-color: ButtonShadow; border-width: 0px; border-style: solid; padding: 0px 1px 0px 1px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment