freelance-project-34-market.../dotfiles/.ipython/profile_default/ipython_config.py
Siarhei Siniak 17c7a7b898 Revert "[~] Update fast prompt ipython fix"
This reverts commit b7601367e49b8ed77fc719eb0c0747823b279a4c.
2022-08-27 13:45:29 +03:00

8 lines
342 B
Python

c.InteractiveShellApp.exec_lines = ['%autoreload 2',]
c.InteractiveShellApp.extensions = ['autoreload']
c.InteractiveShell.history_length = 100 * 1000 * 1000
c.InteractiveShell.history_load_length = 100 * 1000 * 1000
c.InteractiveShell.pdb = True
c.TerminalInteractiveShell.editing_mode = 'vi'
c.TerminalInteractiveShell.modal_cursor = False