Skip to content

Useful .vimrc settings when editing Vimium code

int3 edited this page Sep 3, 2012 · 2 revisions

Put this in a .vimrc file in the project's home directory:

set wildignore+=*.js
set sw=2 ts=2 sts=2 et
set tw=110
Clone this wiki locally