Last active
August 29, 2015 14:25
-
-
Save mrap/ef967098be55bc42c6d9 to your computer and use it in GitHub Desktop.
OS Agnosttic cvimrc
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
" 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