Module Vim.Mode

type t = Vim__.Types.mode
val show : t -> string
val getCurrent : unit -> Vim__.Types.mode
val onChanged : Vim__.Listeners.modeChangedListener -> unit -> unit