VIM python下的一些关于缩进的设置: 第一步: 打开终端,在终端上输入vim ~/.vimrc,回车. 第二步: 添加下面的文段: set filetype=python au BufNewFile,BufRead *.py,*.pyw setf python set helplang=cn "中文帮助文档(前提是下了中文包) syntax enable syntax on " 自动语法高亮 set number"显示行号 colorscheme desert&…
http://www.cnblogs.com/Leo-Forest/archive/2012/04/06/2435237.html http://linux-wiki.cn/wiki/zh-hans/Vim%E4%BB%A3%E7%A0%81%E7%BC%A9%E8%BF%9B%E8%AE%BE%E7%BD%AE set sw= set ts= filetype indent on autocmd FileType python setlocal et sta sw= sts= shiftwid…
Here I got a very neat plugin for vim which is awesome indeed. It's from youtube years before. So let's check this out. :) http://www.youtube.com/watch?v=67OZNp9Z0CQ&noredirect=1 you can download the reference tools here: https://github.com/klen/pyth…