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

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

7 lines
311 B
Python
Raw Normal View History

2023-09-15 10:23:01 +02:00
config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
2024-08-12 17:43:08 +02:00
# config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text without modifiers such as shift
2023-09-15 10:23:01 +02:00
config.TerminalInteractiveShell.true_color = True
config.TerminalInteractiveShell.extra_open_editor_shortcuts = True