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

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

set colorcolumn=101


if has("win32")

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

else
endif