IPython with Vim shortcuts [RE#7]
If you’re a Vim fan like me, probably you’ve already set your shell editor mode on vi by appending this line to ~/.bashrc (or for ZSH users, like me, ~/.zshrc):
set -o vi
But not all editors take this setup into account. One of the most revered REPL ...
babakks.hashnode.dev1 min read