minor fixes

This commit is contained in:
Henrik Bakken
2025-10-26 22:33:33 +01:00
parent 4dfa974b3f
commit 22d1213032
2 changed files with 4 additions and 3 deletions
@@ -0,0 +1,6 @@
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