Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The best way is to watch someone using vim and ask questions.


Also helpful is comparing vimrc files. Here are some things I put in mine:

    color slate
    set tabstop=4
    set shiftwidth=4
    set expandtab
    set autoindent
    set mouse=a
    set laststatus=2
    autocmd FileType make set noexpandtab
    set tags=tags;/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: