view dot_ipython/profile_default/ipython_config.py @ 565:697909624a17

Map quickfix edit on s (e is too useful in vi mode)
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 24 Feb 2022 17:18:48 +0100
parents bc1a474c732b
children cffb5f8caafa
line wrap: on
line source

c.TerminalInteractiveShell.confirm_exit = False
c.TerminalInteractiveShell.editing_mode = 'vi'
c.InteractiveShellApp.extensions = ["autoreload"]
c.InteractiveShellApp.exec_lines = ['%autoreload 2']