Skip to content

Instantly share code, notes, and snippets.

@kensei
Last active March 16, 2018 07:13
Show Gist options
  • Save kensei/2b078a44260768e04b232fa9489d422f to your computer and use it in GitHub Desktop.
Save kensei/2b078a44260768e04b232fa9489d422f to your computer and use it in GitHub Desktop.
cvimrc
let locale = "jp"
let barposition = "bottom"
" completionengines
let completionengines = ["google"]
" defaultengine
let defaultengine = "google.co.jp"
" disable textbox mapping
iunmapAll
" Move
map <C-h> previousTab
map <C-l> nextTab
map <C-u> scrollPageUp
map <C-d> scrollPageDown
map <C-b> scrollFullPageUp
map <C-f> scrollFullPageDown
" Navigation
map u lastClosedTab
map i goToInput
map I goToLastInput
" unmap
unmap e d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment