Skip to content

Instantly share code, notes, and snippets.

@Patrick-1994-
Created February 20, 2015 15:18
Show Gist options
  • Save Patrick-1994-/6cd367328474ceab003f to your computer and use it in GitHub Desktop.
Save Patrick-1994-/6cd367328474ceab003f to your computer and use it in GitHub Desktop.
cvimrc
let searchlimit=40
" let zoomfactor=0.2
let defaultengine="duckduckgo"
set ignorecase
set smartcase
set numerichints
set cncpcompletion
set typelinkhints
set nosmoothscroll
" let previousmatchpattern=((?!last)(prev(ious)?|back|«|less|<|‹| )+)
" let nextmatchpattern=((?!first)(next|more|>|›|»|forward| )+)
map R ReloadTabUncached
map gf goToSource
map z d
" 2zo<cr>
map zi :execute " 2zi<cr>
" HINTS
" mf multi-follow
" gy hint-copy
"
" Quick-Marks go / gn / M
"
" B: search buffers
" b: search bookmarks
"
" yy y
" gq <C-c>
" g- <c-x>
" g+ <c-a>
" x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment