Skip to content

Instantly share code, notes, and snippets.

@mrap
Last active August 29, 2015 14:25
Show Gist options
  • Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.
Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.
OS Agnosttic cvimrc
" Settings
set noautofocus
set cncpcompletion
set linkanimations
set showtabindices
set smoothscroll
set hud
let searchlimit = 20
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
" Colemak friendly
let hintcharacters = 'arstneiowfpluy'
" Mappings
let mapleader = ","
map <Space> :
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map ,b :buffer<Space>
map ,h :help<CR>
unmap T
map T :tabnew google<Space>
unmap O
map O :open google<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment