Skip to content

Instantly share code, notes, and snippets.

@cynipe
Last active August 29, 2015 14:02
Show Gist options
  • Save cynipe/0e775f6135d9482e7850 to your computer and use it in GitHub Desktop.
Save cynipe/0e775f6135d9482e7850 to your computer and use it in GitHub Desktop.
My cVimrc: see https://github.com/1995eaton/chromium-vim for details
set autoupdategist
set noautofocus
let barposition = "top"
let highlight = "#ffff00"
let typelinkhintsdelay = 0
let hintcharacters = "fdsawerjkiop"
let locale="jp"
let scrollstep = 100
map ; :
map h previousTab
map l nextTab
map D closeTab
map u lastClosedTab
map <C-f> scrollFullPageDown
map <C-b> scrollFullPageUp
map i goToInput
map a goToInput
unmap gR
map R reloadTabUncached
unmap <A-z>
map <C-z> toggleCVim
unmap zr
map <C-r> :chrome://restart<CR>
unmap b
unmap B
map b :buffer<Space>
map B :bookmarks<Space>
map Rv :settings<CR>
let @@cvimrc_gist = 'https://gist.github.com/cynipe/0e775f6135d9482e7850/edit'
map Ev :tabnew @@cvimrc_gist<CR>
let completionengines = ["google", "amazon"]
let searchalias g = 'google'
let searchalias a = 'amazon'
let blacklists = ["chrome://*","https://mail.google.com/*","http://feedly.com/*","https://www.google.com/calendar/*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment