Skip to content

Instantly share code, notes, and snippets.

@justinrlle
Last active December 5, 2016 12:41
Show Gist options
  • Save justinrlle/47119059ce9661c08298 to your computer and use it in GitHub Desktop.
Save justinrlle/47119059ce9661c08298 to your computer and use it in GitHub Desktop.
vimrc for cVim, aka Chromium Vim
" Auto update from this gist
set autoupdategist
" Somme settings
set numerichints
set typelinkhints
set noautofocus
let homedirectory = "/C:/Users/i323916/"
set sortlinkhints
set smoothscroll
set scalehints
set linkanimations
let barposition = "bottom"
" Some navigations tricks
unmap b
unmap B
map b :buffer<Space>
map B :bookmarks<Space>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment