Skip to content

Instantly share code, notes, and snippets.

@iamaaditya
Last active October 9, 2016 17:50
Show Gist options
  • Save iamaaditya/ed0f4da609dde6b71b43 to your computer and use it in GitHub Desktop.
Save iamaaditya/ed0f4da609dde6b71b43 to your computer and use it in GitHub Desktop.
" cVim configuration -- Aaditya Prakash
" gist id -- ed0f4da609dde6b71b43
" Settings
"set noautofocus
set cncpcompletion
set smoothscroll
set nohud
set autohidecursor
set typelinkhints
let scrollduration = 10
let searchlimit = 40
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
let searchengine lucky = "https://encrypted.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&btnI&gnfs&q=%s"
let searchalias l = "lucky"
let qmark a = ["http://www.reddit.com/r/todayilearned", "http://www.reddit.com/r/programming"]
let qmark b = ["http://www.reddit.com/", "https://github.com/", "https://mail.google.com/mail/u/0/?shva=1#inbox", "https://news.ycombinator.com/"]
let fullpagescrollpercent=97
set showtabindices
set completeonopen
let mapleader=","
" Mappings
unmap a
map a createActiveTabbedHint
imap <C-m> deleteWord
"map as :tabopen github @iamaaditya/
map <C-d> scrollDown
map <C-e> scrollUp
map <C-s> openLastHint
map <C-h> :set hud!<CR>
"map gb :buffers<Space>
map g :tabopen g<Space>
map ll :tabopen l<Space>
map W l
map Q h
map af F
map <Space> scrollFullPageDown
map <S-Space> scrollFullPageUp
map ad z<Enter>
map T :tabopen<CR>
"map , :set numerichints!<CR>
map ga :settings<CR>
"let blacklists = ["http://hellorun.helloenjoy.com/*","http://crypt-webgl.unigine.com/*"]
" cVim configuration -- Aaditya Prakash
" gist id -- ed0f4da609dde6b71b43
" Settings
"set noautofocus
set cncpcompletion
set smoothscroll
set nohud
set autohidecursor
set typelinkhints
let scrollduration = 10
let searchlimit = 40
let searchengine stackoverflow = "http://stackoverflow.com/search?q="
let searchalias s = "stackoverflow"
let searchalias g = "google"
let searchengine lucky = "https://encrypted.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&btnI&gnfs&q=%s"
let searchalias l = "lucky"
let qmark a = ["http://www.reddit.com/r/todayilearned", "http://www.reddit.com/r/programming"]
let qmark b = ["http://www.reddit.com/", "https://github.com/", "https://mail.google.com/mail/u/0/?shva=1#inbox", "https://news.ycombinator.com/"]
let fullpagescrollpercent=97
set showtabindices
set completeonopen
let mapleader=","
" Mappings
unmap a
map a createActiveTabbedHint
imap <C-m> deleteWord
"map as :tabopen github @iamaaditya/
map <C-d> scrollDown
map <C-e> scrollUp
map <C-s> openLastHint
map <C-h> :set hud!<CR>
"map gb :buffers<Space>
map g :tabopen g<Space>
map ll :tabopen l<Space>
map W l
map Q h
map af F
map <Space> scrollFullPageDown
map <S-Space> scrollFullPageUp
map ad z<Enter>
map T :tabopen<CR>
"map , :set numerichints!<CR>
map ga :settings<CR>
"let blacklists = ["http://hellorun.helloenjoy.com/*","http://crypt-webgl.unigine.com/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment