<a href="https://github.com/croo/arch-laptop-setup/blob/master/.vimrc" rel="nofollow">https://github.com/croo/arch-laptop-setup/blob/master/.vimrc</a><p>I once put a lot of work in building the "perfect" .vimrc. I used it ever since with only local minor changes because style / persistent swap / compatibility reasons...
<a href="https://github.com/rthomas6/dotfiles" rel="nofollow">https://github.com/rthomas6/dotfiles</a><p>Nothing special. Use buffers as tabs and switch tabs with H/L is the most essential feature for me. I mostly use gvim.
Stuff comes and goes but I always keep these<p><pre><code> set path=.,/usr/include,,**,
set sw=4
set ts=4
set expandtab
set ignorecase
set smartcase</code></pre>