Skip to content

Instantly share code, notes, and snippets.

@flypiggy
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flypiggy/923e22f0c12fc856fbca to your computer and use it in GitHub Desktop.
Save flypiggy/923e22f0c12fc856fbca to your computer and use it in GitHub Desktop.
my cvim config
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