Last active
May 3, 2018 17:00
-
-
Save consatan/238c1596006035164ad5b520dbd23122 to your computer and use it in GitHub Desktop.
cvimrc
This file contains hidden or 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
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