Created
December 20, 2015 19:00
-
-
Save FSX/007b29139123fd70fce9 to your computer and use it in GitHub Desktop.
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
set defaultencoding=utf-8 | |
set accelerated-compositing=true | |
set input-autohide=true | |
set spell-checking=false | |
set statusbar=true | |
set webinspector=trueset | |
set dns-prefetching=true | |
set insecure-content-show=true | |
set insecure-content-run=true | |
set html5-database=true | |
set html5-local-storage=true | |
set strict-ssl=false | |
set defaultfont=DejaVu Sans | |
set fontsize=12 | |
set monofont=M+ 1m | |
set monofontsize=11 | |
set sansfont=DejaVu Sans | |
set seriffont=DejaVu Serif | |
set input-font-error=M+ 1m 11 | |
set input-bg-error=#EC5044 | |
set input-fg-error=#f1f1f1 | |
set input-font-normal=M+ 1m 11 | |
set input-bg-normal=#F8F5EC | |
set input-fg-normal=#222222 | |
set completion-font=M+ 1m 11 | |
set completion-bg-active=#FFEE99 | |
set completion-fg-active=#222222 | |
set completion-bg-normal=#F8F5EC | |
set completion-fg-normal=#222222 | |
set status-font=M+ 1m 11 | |
set status-color-bg=#36424E | |
set status-color-fg=#f1f1f1 | |
set status-ssl-font=M+ 1m 11 | |
set status-ssl-color-bg=#658175 | |
set status-ssl-color-fg=#f1f1f1 | |
set status-sslinvalid-font=M+ 1m 11 | |
set status-sslinvalid-color-bg=#EC5044 | |
set status-sslinvalid-color-fg=#f1f1f1 | |
shortcut-default du | |
shortcut-add di=http://dictionary.reference.com/browse/$0 | |
shortcut-add du=https://duckduckgo.com/?q=$0 | |
shortcut-add gi=https://github.com/search?q=$0 | |
shortcut-add go=https://encrypted.google.com/search?q=$0 | |
shortcut-add im=http://www.imdb.com/find?s=all&q=$0 | |
shortcut-add wi=http://en.wikipedia.org/w/index.php?title=Special:Search&search=$0 | |
shortcut-add wo=http://www.wolframalpha.com/input/?i=$0 | |
shortcut-add yo=http://www.youtube.com/results?search_query=$0 |
were do i put this?
~/.config/vimb/config
perhaps a bit too late :/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
were do i put this?