5 lines
121 B
Python
5 lines
121 B
Python
|
c = get_config()
|
||
|
|
||
|
c.TerminalInteractiveShell.editing_mode = "vi"
|
||
|
c.TerminalInteractiveShell.show_rewritten_input = False
|