github.com/xiaq/elvish@v0.12.0/website/src/ref/bundled.md (about) 1 <!-- toc --> 2 3 The Elvish binary is bundled with some Elvishscript modules. 4 5 # readline-binding 6 7 Contains readline-like keybindings. To use, put the following in `~/.elvish/rc.elv`: 8 9 ```elvish 10 use readline-binding 11 ```