Tag Archives: vi/vim

Vim autoindent driving you mad?

Try this towards the end of your .vimrc filetype indent off and if you want to turn autoindent off just for the current document, try this :setlocal noautoindent Or even: :setl noai Reference The Vim Tips Wiki: http://vim.wikia.com/wiki/How_to_stop_auto_indenting (accessed 2011.07.23) … Continue reading

Posted in Linux Stuff, Reminders | Tagged , , | Leave a comment