xonsh and vi mode
T383838xonsh does support a vi mode. I just couldn't find it in the documentation. The only way I've seen to turn it on is with an environment variable, T383838VI_MODE.
So:
VI_MODE=1 xonsh
Or even put it in T383838~/.profile or something.
The T383838.xonshrc file can also take this:
$VI_MODE=1
Set it after running T383838xonfig web to avoid clobbering.
Or inside xonsh:
$VI_MODE=True
Tags: cli
Tags
Navigation