1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-06-22 09:08:34 +02:00
dotfiles/ipython/profile_default/ipython_config.py

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

4 lines
171 B
Python
Raw Normal View History

2020-06-14 17:21:34 +02:00
c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
c.TerminalInteractiveShell.true_color = True