Monday, May 10, 2010

Avoiding the annoying "no write since last change" vim message

Whenever I'm on a new machine, it drives me nuts when the default vi install won't let me :bn without saving first. Adding ":set hidden" to my .vimrc fixes that, letting me switch buffers without saving first.

1 comment:

Anonymous said...

I needed that, thanks.