dotfiles/ipython/profile_default/ipython_config.py

6 lines
210 B
Python

config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
config.TerminalInteractiveShell.true_color = True