@@ -1,7 +1,11 @@
 <!-- See http://www.sublimetext.com/docs/snippets for more information -->
 <snippet>
-    <content><![CDATA[import ipdb; ipdb.set_trace()]]></content>
+    <content>
+		<![CDATA[
+			import ipdb, os; os.system("stty sane"); ipdb.set_trace()
+		]]>
+	</content>
     <tabTrigger>ipdb</tabTrigger>
     <scope>source.python</scope>
     <description>ipdb debug tool</description>
-</snippet>
\ No newline at end of file
+</snippet>