oxbow.ipc
Oxbow_ipc.Keymap
oxbow.core
oxbow.ctl
oxbow.layout
oxbow.ops
oxbow.river
oxbow.runtime
oxbow.state
oxbow.wire
type t =
| Bind of {
keybind : string;
command : Command.t;
mode : string option;
}
| Unbind of {
val t_of_yojson : Ppx_yojson_conv_lib.Yojson.Safe.t -> t
val yojson_of_t : t -> Ppx_yojson_conv_lib.Yojson.Safe.t