Module LTerm_inputrc

module LTerm_inputrc: sig .. end
Loading of key bindings

exception Parse_error of string * int * string
Parse_error(source, line, message) is raised when the inputrc file contains errors.
val load : ?file:string -> unit -> unit Lwt.t
load ?file () loads key bindings from file, which defaults to ~/.lambda-term-inputrc, if it exists.
val default : string
The name of the default key bindings file, i.e. ~/.lambda-term-inputrc.