package chamo

  1. Overview
  2. Docs

Handling the configuration file for windows.

val rc_file : string

The user's configuration file.

val group : unit -> [ `Open ] Ocf.group

Ocf option group.

val minibuffer_history_size : int Ocf.conf_option

The option for the size of histories in minibuffers.

val abort_binding : Stk.Key.keystate Ocf.conf_option

The "abort" key binding. This is the binding use to abort the current key press sequence. Default is C-g.

val window_key_bindings : (Stk.Key.keystate list * string) list Ocf.conf_option

The key bindings for the chamo windows. These bindings are always accessible whatever the view which has the focus.

val read : unit -> unit

Read the configuration file.

val write : unit -> unit

Write the configuration file.

OCaml

Innovation. Community. Security.