Last active
September 11, 2015 08:32
-
-
Save Surgo/e8b4da2e7d5a168febec to your computer and use it in GitHub Desktop.
.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 nosmoothscroll | |
set nohud | |
set autohidecursor | |
set typelinkhints | |
let scrollduration = 10 | |
let searchlimit = 40 | |
let searchengine mdn = "https://developer.mozilla.org/en-US/search?q=" | |
let searchengine stackoverflow = "http://stackoverflow.com/search?q=" | |
let searchalias s = "stackoverflow" | |
let searchalias g = "google" | |
let qmark a = ["http://www.reddit.com/r/learnjavascript/new", "http://www.reddit.com/r/learnprogramming/new"] | |
let qmark b = ["http://www.reddit.com/", "https://github.com/", "https://mail.google.com/mail/u/0/?shva=1#inbox", "https://news.ycombinator.com/"] | |
" Mappings | |
unmap a | |
map as :tabopen github @Surgo/ | |
map <C-d> scrollDown | |
map <C-e> scrollUp | |
map <A-r> nextTab | |
map <A-e> previousTab | |
map <C-f> :file /home/jake/ | |
map <C-s> openLastHint | |
map <C-Space> :execute gfgf<CR> | |
map <C-g> :set smoothscroll!<CR> | |
map <C-u> rootFrame | |
map <C-h> :set hud!<CR> | |
map gb :buffers<Space> | |
map aa :tabopen g<Space> | |
map W l | |
map Q h | |
map af F | |
map <Space> l | |
map <S-Space> h | |
map ad z<Enter> | |
map T :tabopen<CR> | |
map , :set numerichints!<CR> | |
map ga :settings<CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment