Last active
February 15, 2017 22:34
-
-
Save dsanson/e541f0b72c9066768fd5 to your computer and use it in GitHub Desktop.
My cvimrc
This file contains hidden or 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 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