mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
f414792552
Allows opening the editor using `v`. Note that pressing F2 also opens the editor
7 lines
277 B
Python
7 lines
277 B
Python
config = get_config()
|
|
|
|
config.TerminalInteractiveShell.editing_mode = "vi"
|
|
config.TerminalInteractiveShell.mouse_support = True # prevents from selecting text
|
|
config.TerminalInteractiveShell.true_color = True
|
|
config.TerminalInteractiveShell.extra_open_editor_shortcuts = True
|