" Tab related stuff set shiftwidth=4 tabstop=4 softtabstop=4 expandtab autoindent smartindent " Right-most border set colorcolumn=80 " setlocal path=.,** setlocal wildignore=*.pyc " if name equals main map \m iif __name__ == "__main__":omain()o " Wrap in docstring quotes map \" {i"""}a""" " new function map \f idef ():bi