changeset 395:bdca73c16d81

Add cVim config.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 22 Aug 2017 14:03:36 -0700
parents e9b3a01a14d2
children 0f13bdba2cc6 133cfc2e5b94
files cvim/cvimrc
diffstat 1 files changed, 27 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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<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