Last active
December 4, 2016 11:21
-
-
Save none23/dad6521f1b0de92057af 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
" 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