Created
June 4, 2013 13:34
-
-
Save aliou/5705960 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
"1.0 | |
highlight StatusLine -moz-appearance: none !important; font-weight: bold; background: transparent !important; border: 0px !important; min-height: 22px !important; text-shadow: none !important; font: normal 14px/1 'Inconsolata for Powerline' !important; padding: 3px 0px 3px 5px !important; | |
highlight CmdLine padding: 1px !important; font: normal 14px 'Inconsolata for Powerline' !important; | |
highlight CmdOutput font: normal 13px 'Inconsolata for Powerline' !important; | |
highlight CompItem font: normal 13px 'Inconsolata for Powerline' !important; | |
highlight Find background: #d6c149; color: #000; | |
set hlfind | |
" set defsearch=duckduckgo | |
map -builtin // <esc>:noh<cr> | |
map -builtin ; : | |
map -count -modes=n,v j -builtin <count>3j | |
map -count -modes=n,v k -builtin <count>3k | |
set guioptions+=B | |
" vim: set ft=vim: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment