Last active
August 4, 2017 01:28
-
-
Save lotabout/8b398156f356cc8617dcbb146f62f935 to your computer and use it in GitHub Desktop.
Configuration for cVim (Chrome extension)
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
set autoupdategist | |
set smoothscroll | |
let scrollstep = 90 | |
let scrollduration = 30 | |
let barposition = "bottom" | |
" vimperator style follow link | |
let numerichints = 1 | |
let typelinkhints = 1 | |
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