Skip to content

Instantly share code, notes, and snippets.

@mrap
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.

Select an option

Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.
OS Agnosttic cvimrc
" Settings
set autoupdategist
set noautofocus
set autohidecursor
set cncpcompletion
set smoothscroll
let scrollduration = 20
set hud
let searchlimit = 20
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
" Mappings
let mapleader = ","
map <Space> :
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map ,b :buffer<Space>
map ,h :help<CR>
let vimcommand="mvim -f"
imap <C-o> editWithVim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment