1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-22 11:31:30 +01:00
dotfiles/ipython/profile_default/ipython_config.py
2024-08-12 17:59:01 +02:00

7 lines
311 B
Python

config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
# config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text without modifiers such as shift
config.TerminalInteractiveShell.true_color = True
config.TerminalInteractiveShell.extra_open_editor_shortcuts = True