diff options
Diffstat (limited to 'languages/python/.pythonrc')
-rw-r--r-- | languages/python/.pythonrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/languages/python/.pythonrc b/languages/python/.pythonrc new file mode 100644 index 0000000..5914291 --- /dev/null +++ b/languages/python/.pythonrc @@ -0,0 +1,9 @@ +# -*- mode: python -*- +# import atexit +# import rlcompleter +# import code +# import os +# import readline + +# readline.parse_and_bind('tab:complete') +# readline.parse_and_bind('bind ^I rl_complete') |