Archive for Others

Stop Vim creating backup files

Vim creates backup files *.swp and *~. If you want to turn it off on windows, find _vimrc file in the Vim setup folder. And in it, after the lines;

source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim

add;

set nobackup
set nowritebackup

Not: Tim Ottinger from ObjectMentor wrote a Vim tutorial in his blog.

Leave a Comment

Hello world again!

For the last 6 months, I was in army doing my military service. It is completed and I am back to civil life, work and writing. My blog was hosted before on JRoller. I carried it to WordPress.com with the help of zeusville. This is my first post here. Hope I will read, try, learn more and share them with you through this pages…

Comments (2)