mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-09 21:41:31 +01:00
6 lines
210 B
Python
6 lines
210 B
Python
config = get_config()
|
|
|
|
config.TerminalInteractiveShell.editing_mode = "vi"
|
|
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
|
config.TerminalInteractiveShell.true_color = True
|