mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-10-31 18:01:30 +01:00
4 lines
171 B
Python
4 lines
171 B
Python
c.TerminalInteractiveShell.editing_mode = "vi"
|
|
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
|
c.TerminalInteractiveShell.true_color = True
|