Last active
August 25, 2016 04:38
-
-
Save thalesmello/c97c5cc262648665b002eba028540652 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
" Settings | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
let searchlimit = 30 | |
let scrollstep = 70 | |
let barposition = "top" | |
" alias ':g' to ':tabnew google' | |
command g tabnew google | |
let searchalias g = "google" " Create a shortcut for search engines. | |
" For example, typing ':tabnew g example' | |
" would act the same way as ':tabnew google example' | |
let mapleader = "<Space>" | |
set autoupdategist | |
set typelinkhints | |
set numerichints |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment