1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-23 01:28:32 +02:00
dotfiles/ipython/profile_default/ipython_config.py

Failed to ignore revisions in .git-blame-ignore-revs.

6 lines
210 B
Python
Raw Permalink Normal View History

2023-09-15 10:23:01 +02:00
config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
config.TerminalInteractiveShell.true_color = True