[~] Refactor

This commit is contained in:
Siarhei Siniak 2022-08-27 13:46:30 +03:00
parent 17c7a7b898
commit 65a094b866

@ -5,3 +5,4 @@ c.InteractiveShell.history_load_length = 100 * 1000 * 1000
c.InteractiveShell.pdb = True
c.TerminalInteractiveShell.editing_mode = 'vi'
c.TerminalInteractiveShell.modal_cursor = False
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False