package lambda-term

  1. Overview
  2. Docs

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.