Skip to content

Instantly share code, notes, and snippets.

@dsanson
Last active February 15, 2017 22:34
Show Gist options
  • Save dsanson/e541f0b72c9066768fd5 to your computer and use it in GitHub Desktop.
Save dsanson/e541f0b72c9066768fd5 to your computer and use it in GitHub Desktop.
My cvimrc
set autoupdategist
set noautofocus
set nocncpcompletion
set smoothscroll
set hud
set noregex
set noinsertmappings
set typelinkhints
set defaultnewtabpage
let scrollduration = 10
let searchlimit = 40
let searchalias g = "google"
let mapleader = ","
let barposition = "bottom"
let typelinkhintsdelay = "0"
unmap d
map d :quit<CR>
unmap x
unmap u
map u :undo<CR>
unmap X
map D :tabdetach<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment