Files
dotfiles/HOME/.ipython/profile_default/ipython_config.py
T
2025-10-31 11:41:45 +01:00

7 lines
286 B
Python

c.InteractiveShell.colors = "Linux"
c.TerminalInteractiveShell.colors = "Linux"
c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.true_color = True
c.TerminalInteractiveShell.editing_mode="vi"
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False