Last active
December 5, 2016 12:41
-
-
Save justinrlle/47119059ce9661c08298 to your computer and use it in GitHub Desktop.
vimrc for cVim, aka Chromium Vim
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
" 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