package lambda-term

  1. Overview
  2. Docs
Terminal manipulation library for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.3.3.tar.gz
sha512=34be68128d82b7219a963ca7442948842fc26ff9dbd3be9eb76092be3a4cf7cb19bad043fdeed7f5607178375c472dc51c6eebea82145541836e7883320d342c

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