Skip to content

Instantly share code, notes, and snippets.

@HalosGhost
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HalosGhost/2ce6f8fbfe08483b4519 to your computer and use it in GitHub Desktop.
Save HalosGhost/2ce6f8fbfe08483b4519 to your computer and use it in GitHub Desktop.
cvim config
" general
let searchengine sp = "https://startpage.com/do/search?query=%s"
let searchengine ddg = "https://duckduckgo.com/?q=%s"
let searchengine w = "https://en.wikipedia.org/wiki/Special:Search?search=%s"
let searchengine aw = "https://wiki.archlinux.org/index.php?search=%s"
let completionengines = ["sp", "ddg", "w", "aw"]
let barposition = "bottom"
let defaultengine = "sp"
" maps
unmap d
unmap u
unmap X
unmap x
unmap R
unmap J
unmap K
map d :quit<CR>
map ;y yankUrl
map u lastClosedTab
map R reloadTabUncached
map J nextTab
map K previousTab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment