vim + Python

Below are my current .vimrc settings which, I find, are particularly pleasant for hacking Python. syntax on filetype indent plugin on set tabstop=4 set shiftwidth=4

Read More »