Mercurial > dotfiles
comparison cvim/cvimrc @ 395:bdca73c16d81
Add cVim config.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Aug 2017 14:03:36 -0700 |
parents | |
children | 0f13bdba2cc6 |
comparison
equal
deleted
inserted
replaced
394:e9b3a01a14d2 | 395:bdca73c16d81 |
---|---|
1 " Settings for Chromium-Vim, aka cVim | |
2 | |
3 set nohud | |
4 set noautofocus | |
5 | |
6 set numerichints | |
7 set typelinkhints | |
8 | |
9 set nosmoothscroll | |
10 | |
11 let mapleader = "," | |
12 let barposition = "bottom" | |
13 | |
14 map j 4scrollDown | |
15 map k 4scrollUp | |
16 | |
17 map J :tabprevious<cr> | |
18 map K :tabnext<cr> | |
19 map d closeTab | |
20 map u lastClosedTab | |
21 | |
22 map b :buffer<Space> | |
23 | |
24 map <Leader>u :restore<Space> | |
25 | |
26 let configpath = "D:\\Home\\DotFiles\\cvim\\cvimrc" | |
27 set localconfig |