395
|
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
|
396
|
26 site '*://*.inoreader.com/*' {
|
|
27 unmap j
|
|
28 unmap k
|
|
29 }
|
|
30
|
395
|
31 let configpath = "D:\\Home\\DotFiles\\cvim\\cvimrc"
|
|
32 set localconfig
|