Mercurial > dotfiles
view cvim/cvimrc @ 403:aad209194477
Improve *nix install script.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 12 Dec 2017 22:10:14 -0800 |
parents | bdca73c16d81 |
children | 0f13bdba2cc6 |
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> let configpath = "D:\\Home\\DotFiles\\cvim\\cvimrc" set localconfig