set tabstop=4 set softtabstop=0 set shiftwidth=4 set noexpandtab " set softtabstop=8 " set tabstop=4 " set shiftwidth=4 set textwidth=88 set foldmethod=indent set foldnestmax=1 set colorcolumn=88 noremap :w:silent !clear;python % :redraw! nnoremap :call SaveAndExecute('python') command! CTagsPython !ctags -R --fields=+l --languages=python --python-kinds=-iv -f ./.tags-py $(python -c "import os, sys; print(' '.join('{}'.format(d) for d in sys.path if os.path.isdir(d)))")