Last active
August 29, 2015 14:11
-
-
Save flypiggy/923e22f0c12fc856fbca to your computer and use it in GitHub Desktop.
my cvim config
This file contains 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 nosmoothscroll | |
let scrollstep = 80 | |
let barposition = "top" | |
let mapleader = "," | |
let searchengine github = "https://github.com/search?utf8=%E2%9C%93&q=%s" | |
" Qmarks | |
let qmark g = "http://www.github.com" | |
let qmark v = "http://www.v2ex.com" | |
let qmark r = "http://www.ruby-china.org" | |
" Mappings | |
map <Leader>r reloadTabUncached | |
map <Leader>x :restore<Space> | |
map gb :buffer<Space> | |
unmap gh | |
map gh :tabnew<Space>github<Space> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment