add ipython config

feature/symbol-search
bretello 2020-06-14 17:21:34 +02:00
parent d77c71cf59
commit d600f2d413
3 changed files with 10 additions and 0 deletions

6
.gitignore vendored
View File

@ -1,3 +1,9 @@
.DS_store
*antigen-compat
*.zwc
history.sqlite
dhist
ipython/profile_default/{log,db}
ipython/profile_default/history.sqlite
.mypy_cache

View File

@ -0,0 +1,2 @@
c.TerminalInteractiveShell.editing_mode = "vi"
c.TerminalInteractiveShell.mouse_support = True # prevents from selecting text

View File

@ -0,0 +1,2 @@
get_ipython().run_line_magic('load_ext', 'autoreload')
get_ipython().run_line_magic('autoreload', '2')