annotate dot_ipython/profile_default/ipython_config.py @ 1072:240d435b7443

feat: remove "current" keyword from stack state when the change is orphaned
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 10 Feb 2025 17:55:14 +0100
parents cffb5f8caafa
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
527
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 c.TerminalInteractiveShell.confirm_exit = False
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 c.TerminalInteractiveShell.editing_mode = 'vi'
575
cffb5f8caafa Set colorscheme in ipython
zegervdv <zegervdv@me.com>
parents: 527
diff changeset
3 c.TerminalInteractiveShell.true_color = True
cffb5f8caafa Set colorscheme in ipython
zegervdv <zegervdv@me.com>
parents: 527
diff changeset
4 c.TerminalInteractiveShell.highlighting_style = 'one-dark'
527
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
5 c.InteractiveShellApp.extensions = ["autoreload"]
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
6 c.InteractiveShellApp.exec_lines = ['%autoreload 2']