Mercurial > dotfiles
view cvim/cvimrc @ 487:5bbc05a69f4c
Improvements to installation script.
- Support for local scripts and configurations.
- Support for local vim bundle.
- Better error reporting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 24 Sep 2020 23:14:46 -0700 |
parents | 0f13bdba2cc6 |
children |
line wrap: on
line source
" Settings for Chromium-Vim, aka cVim set nohud set noautofocus set numerichints set typelinkhints set nosmoothscroll let mapleader = "," let barposition = "bottom" map j 4scrollDown map k 4scrollUp map J :tabprevious<cr> map K :tabnext<cr> map d closeTab map u lastClosedTab map b :buffer<Space> map <Leader>u :restore<Space> site '*://*.inoreader.com/*' { unmap j unmap k } let configpath = "D:\\Home\\DotFiles\\cvim\\cvimrc" set localconfig