Skip to content

Instantly share code, notes, and snippets.

@none23
Last active December 4, 2016 11:21
Show Gist options
  • Save none23/dad6521f1b0de92057af to your computer and use it in GitHub Desktop.
Save none23/dad6521f1b0de92057af to your computer and use it in GitHub Desktop.
my cvimrc
" Settings
set nohud
set noautofocus
set smoothscroll
set changelog
let blacklists = []
let searchengine y = "https://www.youtube.com/search?q="
let searchalias g = "google"
set completeonopen
set defaultnewtabpage
" page-searching
set smartcase
set incsearch
let searchlimit = 40
let scrollstep = 300
"path
set nolocalconfig
" color/formatting
let barposition="bottom"
let highlight="#de5e1e"
let activehighlight="#ff5500"
set dimhintcharacters
set showtabindices
"mappings
set insertmappings
let mapleader = " "
map ; :
unmap w
unmap s
unmap e
unmap s
unmap R
unmap E
map u :restore<Space>
map d x
let qmark a = ["https://github.com/none23", "https://mail.google.com"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment