From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Fri, 16 Nov 2012 13:12:26 +0000 From: Juan Fuentes Message-ID: Content-Type: text/plain; charset=ISO-8859-1 References: Subject: Re: [9fans] tabstops Topicbox-Message-UUID: d8098f22-ead7-11e9-9d60-3106f5b1d025 I'm working a lot in Python and feel your pain, what I do is: X/.* / ,|tab -n 4 -u I normally work with several python files open in Sam, this has worked well for me. As already pointed out another solution is to run a script to do the conversion for you on a pre-commit hook.