.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "elvish-readline-binding" "7" "Feb 25, 2023" "Elvish 0.18.0" "Miscellaneous Information Manual" .hy .PP .SH Introduction .PP The \f[V]readline-binding\f[R] module provides readline-like key bindings, such as binding Ctrl-A to move the cursor to the start of the line. To use, put the following in your \f[V]rc.elv\f[R]: .IP .nf \f[C] use readline-binding \f[R] .fi .PP Note that this will override some of the standard bindings. For example, Ctrl-L will be bound to a function that clears the terminal screen rather than start location mode. .PP See the source code (https://src.elv.sh/pkg/mods/readlinebinding/readline-binding.elv) for details.