package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

3.3.2.tar.gz
sha512=78648768644058337e22c79cf1fbb1a36472b24f11b1dc0461fc38419be6ec01b02d8d0ac45fed0bc99f91ba4c0f19d3bda113e834e064bee973b734527b9766

doc/lambda-term/LTerm_inputrc/index.html

Module LTerm_inputrcSource

Loading of key bindings

Sourceexception Parse_error of string * int * string

Parse_error(source, line, message) is raised when the inputrc file contains errors.

Sourceval load : ?file:string -> unit -> unit Lwt.t

load ?file () loads key bindings from file, which defaults to ~/.config/lambda-term-inputrc, if it exists.

Sourceval 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

OCaml

Innovation. Community. Security.