# HG changeset patch # User Ludovic Chabant # Date 1503435816 25200 # Node ID bdca73c16d819ee471f1a4e1282ff250e94743bd # Parent e9b3a01a14d2a0abbe0ff3f0b9286f1fb00cae56 Add cVim config. diff -r e9b3a01a14d2 -r bdca73c16d81 cvim/cvimrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cvim/cvimrc Tue Aug 22 14:03:36 2017 -0700 @@ -0,0 +1,27 @@ +" 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 +map K :tabnext +map d closeTab +map u lastClosedTab + +map b :buffer + +map u :restore + +let configpath = "D:\\Home\\DotFiles\\cvim\\cvimrc" +set localconfig