Menu

  • Home
  • Archives
  • Tags
  • RSS
December 16, 2013

small change for vim and git

Vim

+++

I hate seeing .swp and ~ files when I'm editing. If I really need to go back to an earlier version of something there are other ways.

So I added this to my .vimrc:


set nobackup

set nowritebackup

set noswapfile

Git

+++

If there's one config change to make for git, it should be this one:


$ git config --global --add color.ui true


Tags: old-post

« starting from scratch on a vm augmenting my chromebook with a vm »

Copyright © 2020 Agam Brahma

Powered by Cryogen