Settings

Theme

Ask HN: What is in your vimrc?

8 points by akvar 8 years ago · 4 comments


croo 8 years ago

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

rthomas6 8 years ago

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.

lakshayg 8 years ago

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
baccredited 8 years ago

cat .vimrc

  set background=dark

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection