This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # set -x | |
| # Usage: | |
| # Source this script from your Bash start-up script (eg. ~/.bashrc, ~/.bash_profile). | |
| # | |
| # Setting tab colors: | |
| # tab_color 195 89 76 | |
| # tab_color 219 154 88 | |
| # tab_color 145 185 104 | |
| # tab_color 92 155 204 | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <snippet> | |
| <content><![CDATA[import ipdb; ipdb.set_trace()]]></content> | |
| <tabTrigger>ipdb</tabTrigger> | |
| <scope>source.python</scope> | |
| <description>ipdb</description> | |
| </snippet> |