Skip to content

Instantly share code, notes, and snippets.

@consatan
Last active May 3, 2018 17:00
Show Gist options
  • Save consatan/238c1596006035164ad5b520dbd23122 to your computer and use it in GitHub Desktop.
Save consatan/238c1596006035164ad5b520dbd23122 to your computer and use it in GitHub Desktop.
cvimrc
let searchalias g = "google"
let barposition = "bottom"
let scrollstep = 70
let searchengine php = ["http://php.net", "http://php.net/manual-lookup.php?scope=quickref&pattern=%s"]
let searchengine fy = "https://translate.google.com/#zh-CN/en/"
let completionengines = ["google", "php", "fy"]
unmap E R K J d x b B u e D f F
map h previousTab
map l nextTab
map d closeTab
map b :buffer<Space>
map <C-d> scrollPageDown
map <C-u> scrollPageUp
map D :execute hd<CR>
map f createHint
map F createTabbedHint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment