Skip to content

Instantly share code, notes, and snippets.

@Superbil
Created April 18, 2012 17:49
Show Gist options
  • Save Superbil/2415404 to your computer and use it in GitHub Desktop.
Save Superbil/2415404 to your computer and use it in GitHub Desktop.
Auto run when python load
# use tab for auto complite
import rlcompleter, readline
readline.parse_and_bind('tab: complete')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment