ipython: make config saner

fix-ci
bretello 2023-09-15 10:23:01 +02:00
parent 5703c21e43
commit c71f4a83a3
1 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,5 @@
c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
c.TerminalInteractiveShell.true_color = True
config = get_config()
config.TerminalInteractiveShell.editing_mode = "vi"
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
config.TerminalInteractiveShell.true_color = True