package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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 ~/.config/lambda-term-inputrc, if it exists.

val default : string

The name of the default key bindings file, i.e. ~/.config/lambda-term-inputrc or one of the legacy locations ~/.config/.lambda-term-inputrc or ~/.lambda-term-inputrc, if they exist