Skip to content

Instantly share code, notes, and snippets.

@carlsverre
Last active July 11, 2016 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlsverre/e5b80d23723f47d6ea85315bc752d27a to your computer and use it in GitHub Desktop.
Save carlsverre/e5b80d23723f47d6ea85315bc752d27a to your computer and use it in GitHub Desktop.
cVim config
set nosmoothscroll
set noautofocus
set typelinkhints
let searchlimit = 30
let scrollduration = 10
let scrollstep = 70
let searchalias g = "google"
let barposition = "bottom"
let completionengines = ["google"]
command g tabnew google
unmap J K
map J :tabnext<CR>
map K :tabprev<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment