Skip to content

Instantly share code, notes, and snippets.

@thalesmello
Last active August 25, 2016 04:38
Show Gist options
  • Save thalesmello/c97c5cc262648665b002eba028540652 to your computer and use it in GitHub Desktop.
Save thalesmello/c97c5cc262648665b002eba028540652 to your computer and use it in GitHub Desktop.
" 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