mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
7 lines
311 B
Python
7 lines
311 B
Python
config = get_config()
|
|
|
|
config.TerminalInteractiveShell.editing_mode = "vi"
|
|
# config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text without modifiers such as shift
|
|
config.TerminalInteractiveShell.true_color = True
|
|
config.TerminalInteractiveShell.extra_open_editor_shortcuts = True
|