2016-12-20 10:11:37 +0200 | answered a question | Use Vi keys in sage console Sage uses its own version of ipython with its own startup files. Those startup files should be under $DOT_SAGE/ipython-X.Y.Z/ ; so for me, the interesting directory is in ~/.sage/ipython-5.0.0/profile_default/ . There was no ipython_config.py file in there, so I copied it from the .ipython directory. So here is what I did to get vi keybindings to work:
|