6 lines
189 B
Python
6 lines
189 B
Python
c = get_config()
|
|
|
|
c.TerminalInteractiveShell.editing_mode = "vi"
|
|
c.TerminalInteractiveShell.show_rewritten_input = False
|
|
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
|