summaryrefslogtreecommitdiff
path: root/doc/note/vim/_vimrc
blob: 44ab97f200e65f16d8e4f2ec238d31b8ec9209bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

TODO move stuff from dotfiles to here. Them merge what we have here.

set colorcolumn=101
set nocindent


if has("win32")

    " Fixes mouse scrolling in SOME cases on windoof.
    nnoremap [B 3<C-e>
    nnoremap [A 3<C-y>

else
endif