Skip to content

Ask HN: What is in your vimrc?

8 pointsakvar4 comments
On HN

Comments

https://github.com/croo/arch-laptop-setup/blob/master/.vimrc

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...

https://github.com/rthomas6/dotfiles

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

    set path=.,/usr/include,,**,
    set sw=4
    set ts=4
    set expandtab
    set ignorecase
    set smartcase

cat .vimrc

  set background=dark
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.