Skip to content

Instantly share code, notes, and snippets.

@agazso
Created November 28, 2012 14:56
Show Gist options
  • Save agazso/4161781 to your computer and use it in GitHub Desktop.
Save agazso/4161781 to your computer and use it in GitHub Desktop.
.pythonstartup
import rlcompleter
import readline
readline.parse_and_bind ("bind ^I rl_complete")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment