annotate dot_ipython/profile_default/ipython_config.py @ 552:f308f66cad13

Add fif (find in file) command to search for words and view in fzf
author zegervdv <zegervdv@me.com>
date Tue, 01 Feb 2022 19:03:03 +0100
parents bc1a474c732b
children cffb5f8caafa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
527
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
1 c.TerminalInteractiveShell.confirm_exit = False
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
2 c.TerminalInteractiveShell.editing_mode = 'vi'
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
3 c.InteractiveShellApp.extensions = ["autoreload"]
bc1a474c732b Set vi mode in ipython
zegervdv <zegervdv@me.com>
parents:
diff changeset
4 c.InteractiveShellApp.exec_lines = ['%autoreload 2']